(prob) f use new simd impl wrappers
[rust-lightning] / lightning-background-processor / src / lib.rs
index 153ac23f67f27476070d9913509ef4bf683ece1b..322c6490d91c5f0744b81ffa680b39f3f4d240b6 100644 (file)
@@ -114,7 +114,7 @@ const ONION_MESSAGE_HANDLER_TIMER: u64 = 1;
 const NETWORK_PRUNE_TIMER: u64 = 60 * 60;
 
 #[cfg(not(test))]
-const SCORER_PERSIST_TIMER: u64 = 60 * 60;
+const SCORER_PERSIST_TIMER: u64 = 60 * 5;
 #[cfg(test)]
 const SCORER_PERSIST_TIMER: u64 = 1;