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.
2 parents 22dc964 + e291fb6 commit 0fc2036Copy full SHA for 0fc2036
lightning-background-processor/src/lib.rs
@@ -79,7 +79,7 @@ const PING_TIMER: u64 = 1;
79
/// Prune the network graph of stale entries hourly.
80
const NETWORK_PRUNE_TIMER: u64 = 60 * 60;
81
82
-#[cfg(all(not(test), debug_assertions))]
+#[cfg(not(test))]
83
const SCORER_PERSIST_TIMER: u64 = 30;
84
#[cfg(test)]
85
const SCORER_PERSIST_TIMER: u64 = 1;
0 commit comments