Add accounts-filler-size command line option (#23896)
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user