|
|
@@ -69,7 +69,7 @@ pub const ACCOUNTS_DB_CONFIG_FOR_TESTING: AccountsDbConfig = AccountsDbConfig {
|
|
|
partitioned_epoch_rewards_config: DEFAULT_PARTITIONED_EPOCH_REWARDS_CONFIG,
|
|
|
storage_access: StorageAccess::File,
|
|
|
scan_filter_for_shrinking: ScanFilter::OnlyAbnormalTest,
|
|
|
- mark_obsolete_accounts: MarkObsoleteAccounts::Disabled,
|
|
|
+ mark_obsolete_accounts: MarkObsoleteAccounts::Enabled,
|
|
|
num_background_threads: None,
|
|
|
num_foreground_threads: None,
|
|
|
memlock_budget_size: MEMLOCK_BUDGET_SIZE_FOR_TESTS,
|
|
|
@@ -92,7 +92,7 @@ pub const ACCOUNTS_DB_CONFIG_FOR_BENCHMARKS: AccountsDbConfig = AccountsDbConfig
|
|
|
partitioned_epoch_rewards_config: DEFAULT_PARTITIONED_EPOCH_REWARDS_CONFIG,
|
|
|
storage_access: StorageAccess::File,
|
|
|
scan_filter_for_shrinking: ScanFilter::OnlyAbnormal,
|
|
|
- mark_obsolete_accounts: MarkObsoleteAccounts::Disabled,
|
|
|
+ mark_obsolete_accounts: MarkObsoleteAccounts::Enabled,
|
|
|
num_background_threads: None,
|
|
|
num_foreground_threads: None,
|
|
|
memlock_budget_size: MEMLOCK_BUDGET_SIZE_FOR_TESTS,
|