Skip to content

Commit e291fb6

Browse files
committed
Fix lightning-background-processor release build
1 parent 22dc964 commit e291fb6

File tree

1 file changed

+1
-1
lines changed
  • lightning-background-processor/src

1 file changed

+1
-1
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const PING_TIMER: u64 = 1;
7979
/// Prune the network graph of stale entries hourly.
8080
const NETWORK_PRUNE_TIMER: u64 = 60 * 60;
8181

82-
#[cfg(all(not(test), debug_assertions))]
82+
#[cfg(not(test))]
8383
const SCORER_PERSIST_TIMER: u64 = 30;
8484
#[cfg(test)]
8585
const SCORER_PERSIST_TIMER: u64 = 1;

0 commit comments

Comments
 (0)