Skip to content

Commit 1ff2c56

Browse files
add tests, non blocking task for stats stream local sync
1 parent bb3a670 commit 1ff2c56

File tree

2 files changed

+624
-90
lines changed

2 files changed

+624
-90
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ pub struct Options {
419419
#[arg(
420420
long,
421421
env = "P_OBJECT_STORE_SYNC_THRESHOLD",
422-
default_value = "60",
422+
default_value = "15",
423423
help = "Object store sync threshold in seconds"
424424
)]
425425
pub object_store_sync_threshold: u64,

0 commit comments

Comments
 (0)