add validator option --accounts-db-skip-shrink (#19028)
* add validator option --accounts-db-skip-shrink * typo
This commit is contained in:
committed by
GitHub
parent
68cc71409e
commit
3280ae3e9f
@ -50,6 +50,7 @@ pub fn safe_clone_config(config: &ValidatorConfig) -> ValidatorConfig {
|
||||
accounts_db_caching_enabled: config.accounts_db_caching_enabled,
|
||||
warp_slot: config.warp_slot,
|
||||
accounts_db_test_hash_calculation: config.accounts_db_test_hash_calculation,
|
||||
accounts_db_skip_shrink: config.accounts_db_skip_shrink,
|
||||
accounts_db_use_index_hash_calculation: config.accounts_db_use_index_hash_calculation,
|
||||
tpu_coalesce_ms: config.tpu_coalesce_ms,
|
||||
validator_exit: Arc::new(RwLock::new(Exit::default())),
|
||||
|
Reference in New Issue
Block a user