Add accounts-filler-size command line option (#23896)

This commit is contained in:
Giorgio Gambino
2022-04-11 19:10:09 +01:00
committed by GitHub
parent eb478d72d1
commit 60b2155bd3
6 changed files with 83 additions and 33 deletions

View File

@@ -798,8 +798,7 @@ impl Validator {
let enable_gossip_push = config
.accounts_db_config
.as_ref()
.and_then(|config| config.filler_account_count)
.map(|count| count == 0)
.map(|config| config.filler_accounts_config.count == 0)
.unwrap_or(true);
let snapshot_packager_service = SnapshotPackagerService::new(