Fix lightning-background-processor release build
[rust-lightning] / lightning-background-processor / src / lib.rs
index b2edc2301efda2b39224cf557b82b313ef46890f..bd9fde888050ad78f86e9d6e8c8284cf751db6f2 100644 (file)
@@ -79,7 +79,7 @@ const PING_TIMER: u64 = 1;
 /// Prune the network graph of stale entries hourly.
 const NETWORK_PRUNE_TIMER: u64 = 60 * 60;
 
-#[cfg(all(not(test), debug_assertions))]
+#[cfg(not(test))]
 const SCORER_PERSIST_TIMER: u64 = 30;
 #[cfg(test)]
 const SCORER_PERSIST_TIMER: u64 = 1;