AcctIdx tests use disk buckets (#20070)

This commit is contained in:
Jeff Washington (jwash) 2021-09-22 08:55:58 -05:00 committed by GitHub
parent 9e9417b474
commit c944bfb1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ pub const ACCOUNTS_INDEX_CONFIG_FOR_TESTING: AccountsIndexConfig = AccountsIndex
bins: Some(BINS_FOR_TESTING),
flush_threads: Some(FLUSH_THREADS_TESTING),
drives: None,
index_limit_mb: None,
index_limit_mb: Some(1),
ages_to_stay_in_cache: None,
};
pub const ACCOUNTS_INDEX_CONFIG_FOR_BENCHMARKS: AccountsIndexConfig = AccountsIndexConfig {