Skip to content

Commit

Permalink
tree: bump persistence threshold and memory buffer target (#10608)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk authored Aug 29, 2024
1 parent ec5ce21 commit 71cad4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/engine/tree/src/tree/config.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Engine tree configuration.
const DEFAULT_PERSISTENCE_THRESHOLD: u64 = 3;
const DEFAULT_MEMORY_BLOCK_BUFFER_TARGET: u64 = 2;
const DEFAULT_PERSISTENCE_THRESHOLD: u64 = 6;
const DEFAULT_MEMORY_BLOCK_BUFFER_TARGET: u64 = 6;
const DEFAULT_BLOCK_BUFFER_LIMIT: u32 = 256;
const DEFAULT_MAX_INVALID_HEADER_CACHE_LENGTH: u32 = 256;

Expand Down

0 comments on commit 71cad4a

Please sign in to comment.