File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,16 +67,16 @@ pub(crate) const NODE_ANN_BCAST_INTERVAL: Duration = Duration::from_secs(60 * 60
6767pub ( crate ) const WALLET_SYNC_INTERVAL_MINIMUM_SECS : u64 = 10 ;
6868
6969// The timeout after which we abort a wallet syncing operation.
70- pub ( crate ) const BDK_WALLET_SYNC_TIMEOUT_SECS : u64 = 20 ; // Alby: originally 90
70+ pub ( crate ) const BDK_WALLET_SYNC_TIMEOUT_SECS : u64 = 40 ; // 20; // Alby: originally 90
7171
7272// The timeout after which we abort a wallet syncing operation.
73- pub ( crate ) const LDK_WALLET_SYNC_TIMEOUT_SECS : u64 = 10 ; // Alby: originally 90
73+ pub ( crate ) const LDK_WALLET_SYNC_TIMEOUT_SECS : u64 = 20 ; // 10; // Alby: originally 90
7474
7575// The timeout after which we give up waiting on LDK's event handler to exit on shutdown.
76- pub ( crate ) const LDK_EVENT_HANDLER_SHUTDOWN_TIMEOUT_SECS : u64 = 30 ;
76+ pub ( crate ) const LDK_EVENT_HANDLER_SHUTDOWN_TIMEOUT_SECS : u64 = 60 ; // 30;
7777
7878// The timeout after which we give up waiting on a background task to exit on shutdown.
79- pub ( crate ) const BACKGROUND_TASK_SHUTDOWN_TIMEOUT_SECS : u64 = 5 ;
79+ pub ( crate ) const BACKGROUND_TASK_SHUTDOWN_TIMEOUT_SECS : u64 = 20 ; // 5;
8080
8181// The timeout after which we abort a fee rate cache update operation.
8282pub ( crate ) const FEE_RATE_CACHE_UPDATE_TIMEOUT_SECS : u64 = 10 ; //5;
You can’t perform that action at this time.
0 commit comments