Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Calvin Neo <[email protected]>
  • Loading branch information
CalvinNeo committed Feb 17, 2025
1 parent 4f12224 commit ecb6114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy_tests/proxy/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ fn test_config_proxy_default_no_config_item() {

assert_eq!(config.raft_store.evict_cache_on_memory_ratio, 0.1);
assert_eq!(config.memory_usage_high_water, 0.9);
// Seems #244 doesn't goes into this branch.
assert_eq!(config.server.reject_messages_on_memory_ratio, 0.05);
}

Expand Down

0 comments on commit ecb6114

Please sign in to comment.