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 5801019 commit cea4073Copy full SHA for cea4073
src/config.rs
@@ -43,7 +43,7 @@ pub(crate) const NODE_ANN_BCAST_INTERVAL: Duration = Duration::from_secs(60 * 60
43
pub(crate) const WALLET_SYNC_INTERVAL_MINIMUM_SECS: u64 = 10;
44
45
// The timeout after which we abort a wallet syncing operation.
46
-pub(crate) const BDK_WALLET_SYNC_TIMEOUT_SECS: u64 = 30;
+pub(crate) const BDK_WALLET_SYNC_TIMEOUT_SECS: u64 = 90;
47
48
// The length in bytes of our wallets' keys seed.
49
pub(crate) const WALLET_KEYS_SEED_LEN: usize = 64;
0 commit comments