Skip to content

Commit d3a3196

Browse files
authored
feat: 1min default (#484)
1 parent 0417d21 commit d3a3196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bottlecap/src/lifecycle/flush_control.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use tracing::debug;
55

66
use crate::lifecycle::invocation_times::InvocationTimes;
77

8-
const DEFAULT_FLUSH_INTERVAL: u64 = 30 * 1000; // 30s
8+
const DEFAULT_FLUSH_INTERVAL: u64 = 60 * 1000; // 60s
99
const TWENTY_SECONDS: u64 = 20 * 1000;
1010

1111
#[derive(Clone, Copy, Debug, PartialEq)]

0 commit comments

Comments
 (0)