We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01c6e61 + 3da83f5 commit 2aa45f6Copy full SHA for 2aa45f6
1 file changed
src/config.rs
@@ -85,10 +85,10 @@ pub(crate) const LDK_EVENT_HANDLER_SHUTDOWN_TIMEOUT_SECS: u64 = 30;
85
pub(crate) const BACKGROUND_TASK_SHUTDOWN_TIMEOUT_SECS: u64 = 5;
86
87
// The timeout after which we abort a fee rate cache update operation.
88
-pub(crate) const FEE_RATE_CACHE_UPDATE_TIMEOUT_SECS: u64 = 5;
+pub(crate) const FEE_RATE_CACHE_UPDATE_TIMEOUT_SECS: u64 = 15;
89
90
// The timeout after which we abort a transaction broadcast operation.
91
-pub(crate) const TX_BROADCAST_TIMEOUT_SECS: u64 = 5;
+pub(crate) const TX_BROADCAST_TIMEOUT_SECS: u64 = 15;
92
93
// The timeout after which we abort a RGS sync operation.
94
pub(crate) const RGS_SYNC_TIMEOUT_SECS: u64 = 5;
0 commit comments