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 13c3d9e commit 0dc032aCopy full SHA for 0dc032a
src/config.rs
@@ -46,7 +46,7 @@ pub(crate) const WALLET_SYNC_INTERVAL_MINIMUM_SECS: u64 = 10;
46
pub(crate) const BDK_WALLET_SYNC_TIMEOUT_SECS: u64 = 90;
47
48
// The timeout after which we abort a wallet syncing operation.
49
-pub(crate) const LDK_WALLET_SYNC_TIMEOUT_SECS: u64 = 10;
+pub(crate) const LDK_WALLET_SYNC_TIMEOUT_SECS: u64 = 30;
50
51
// The length in bytes of our wallets' keys seed.
52
pub(crate) const WALLET_KEYS_SEED_LEN: usize = 64;
0 commit comments