We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0417d21 commit d3a3196Copy full SHA for d3a3196
bottlecap/src/lifecycle/flush_control.rs
@@ -5,7 +5,7 @@ use tracing::debug;
5
6
use crate::lifecycle::invocation_times::InvocationTimes;
7
8
-const DEFAULT_FLUSH_INTERVAL: u64 = 30 * 1000; // 30s
+const DEFAULT_FLUSH_INTERVAL: u64 = 60 * 1000; // 60s
9
const TWENTY_SECONDS: u64 = 20 * 1000;
10
11
#[derive(Clone, Copy, Debug, PartialEq)]
0 commit comments