Skip to content

Commit

Permalink
fix: set selector_result_cache_size in unit test again (GreptimeTea…
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu authored and CookiePieWw committed Sep 17, 2024
1 parent cc26c49 commit e9a1ceb
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 @@ -81,6 +81,7 @@ fn test_load_datanode_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 e9a1ceb

Please sign in to comment.