Commit 1cced75
committed
fix: bump feerate and tx broadcast timeouts to 15s
The 5-second node-level timeout fires before Electrum can complete
a single request (10s timeout), causing FeerateEstimationUpdateTimeout
on node start. Bump both FEE_RATE_CACHE_UPDATE_TIMEOUT_SECS and
TX_BROADCAST_TIMEOUT_SECS from 5s to 15s.
Upstream fixed this in lightningdevkit/ldk-node@40c4b09 (bumped to
10s). We use 15s for extra margin with slow Electrum servers.1 parent c0884f8 commit 1cced75
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments