mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
Fix lightning-background-processor release build
This commit is contained in:
parent
22dc96481b
commit
e291fb6b41
@ -79,7 +79,7 @@ const PING_TIMER: u64 = 1;
|
|||||||
/// Prune the network graph of stale entries hourly.
|
/// Prune the network graph of stale entries hourly.
|
||||||
const NETWORK_PRUNE_TIMER: u64 = 60 * 60;
|
const NETWORK_PRUNE_TIMER: u64 = 60 * 60;
|
||||||
|
|
||||||
#[cfg(all(not(test), debug_assertions))]
|
#[cfg(not(test))]
|
||||||
const SCORER_PERSIST_TIMER: u64 = 30;
|
const SCORER_PERSIST_TIMER: u64 = 30;
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
const SCORER_PERSIST_TIMER: u64 = 1;
|
const SCORER_PERSIST_TIMER: u64 = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user