We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 420d961 + 3b69cec commit 25da091Copy full SHA for 25da091
lightning-background-processor/src/lib.rs
@@ -94,7 +94,7 @@ const FRESHNESS_TIMER: u64 = 60;
94
const FRESHNESS_TIMER: u64 = 1;
95
96
#[cfg(all(not(test), not(debug_assertions)))]
97
-const PING_TIMER: u64 = 10;
+const PING_TIMER: u64 = 20;
98
/// Signature operations take a lot longer without compiler optimisations.
99
/// Increasing the ping timer allows for this but slower devices will be disconnected if the
100
/// timeout is reached.
0 commit comments