Skip to content

Commit 0fc2036

Browse files
authored
Merge pull request #1533 from lexe-tech/fix-release
Fix `lightning-background-processor` release build
2 parents 22dc964 + e291fb6 commit 0fc2036

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)