Skip to content

Commit c1cab88

Browse files
committed
f Bump onchain sync timeout
1 parent 2608440 commit c1cab88

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
@@ -43,7 +43,7 @@ pub(crate) const NODE_ANN_BCAST_INTERVAL: Duration = Duration::from_secs(60 * 60
4343
pub(crate) const WALLET_SYNC_INTERVAL_MINIMUM_SECS: u64 = 10;
4444

4545
// The timeout after which we abort a wallet syncing operation.
46-
pub(crate) const BDK_WALLET_SYNC_TIMEOUT_SECS: u64 = 30;
46+
pub(crate) const BDK_WALLET_SYNC_TIMEOUT_SECS: u64 = 90;
4747

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

0 commit comments

Comments
 (0)