Skip to content

Commit

Permalink
fix: set selector_result_cache_size in unit test (#4631)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu authored Aug 28, 2024
1 parent d5455db commit 7449469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/tests/load_config_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ fn test_load_standalone_example_config() {
sst_meta_cache_size: ReadableSize::mb(128),
vector_cache_size: ReadableSize::mb(512),
page_cache_size: ReadableSize::mb(512),
selector_result_cache_size: ReadableSize::mb(512),
max_background_jobs: 4,
experimental_write_cache_ttl: Some(Duration::from_secs(60 * 60 * 8)),
..Default::default()
Expand Down

0 comments on commit 7449469

Please sign in to comment.