Skip to content

Commit 0dc032a

Browse files
committed
f Bump Lightning sync timeout
1 parent 13c3d9e commit 0dc032a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub(crate) const WALLET_SYNC_INTERVAL_MINIMUM_SECS: u64 = 10;
4646
pub(crate) const BDK_WALLET_SYNC_TIMEOUT_SECS: u64 = 90;
4747

4848
// The timeout after which we abort a wallet syncing operation.
49-
pub(crate) const LDK_WALLET_SYNC_TIMEOUT_SECS: u64 = 10;
49+
pub(crate) const LDK_WALLET_SYNC_TIMEOUT_SECS: u64 = 30;
5050

5151
// The length in bytes of our wallets' keys seed.
5252
pub(crate) const WALLET_KEYS_SEED_LEN: usize = 64;

0 commit comments

Comments
 (0)