Skip to content

Commit 41c78ef

Browse files
change DEFAULT_PERSISTENCE_THRESHOLD
1 parent 5413ca3 commit 41c78ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/engine/tree/src/tree/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Engine tree configuration.
22
33
/// Triggers persistence when the number of canonical blocks in memory exceeds this threshold.
4-
pub const DEFAULT_PERSISTENCE_THRESHOLD: u64 = 2;
4+
pub const DEFAULT_PERSISTENCE_THRESHOLD: u64 = 5;
55

66
/// How close to the canonical head we persist blocks.
77
pub const DEFAULT_MEMORY_BLOCK_BUFFER_TARGET: u64 = 2;

0 commit comments

Comments
 (0)