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.
1 parent d36e64a commit 4502a12Copy full SHA for 4502a12
lightning-rapid-gossip-sync/src/processing.rs
@@ -34,6 +34,7 @@ const MAX_INITIAL_NODE_ID_VECTOR_CAPACITY: u32 = 50_000;
34
35
/// We remove disallow gossip data that's more than two weeks old, per BOLT 7's
36
/// suggestion.
37
+#[cfg(feature = "std")]
38
const STALE_RGS_UPDATE_AGE_LIMIT_SECS: u64 = 60 * 60 * 24 * 14;
39
40
impl<NG: Deref<Target=NetworkGraph<L>>, L: Deref> RapidGossipSync<NG, L> where L::Target: Logger {
0 commit comments