File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ const DEFAULT_LISTENING_ADDR: &str = "0.0.0.0:9735";
175175const DEFAULT_CLTV_EXPIRY_DELTA : u32 = 144 ;
176176const DEFAULT_BDK_WALLET_SYNC_INTERVAL_SECS : u64 = 60 ;
177177const DEFAULT_LDK_WALLET_SYNC_INTERVAL_SECS : u64 = 20 ;
178- const DEFAULT_FEE_RATE_CACHE_UPDATE_INTERVAL_SECS : u64 = 60 * 60 ;
178+ const DEFAULT_FEE_RATE_CACHE_UPDATE_INTERVAL_SECS : u64 = 60 * 10 ;
179179const DEFAULT_LOG_LEVEL : LogLevel = LogLevel :: Debug ;
180180
181181// The 'stop gap' parameter used by BDK's wallet sync. This seems to configure the threshold
@@ -219,7 +219,7 @@ const WALLET_KEYS_SEED_LEN: usize = 64;
219219/// | `default_cltv_expiry_delta` | 144 |
220220/// | `onchain_wallet_sync_interval_secs` | 60 |
221221/// | `wallet_sync_interval_secs` | 20 |
222- /// | `fee_rate_cache_update_interval_secs` | 3600 |
222+ /// | `fee_rate_cache_update_interval_secs` | 600 |
223223/// | `log_level` | `Debug` |
224224///
225225pub struct Config {
You can’t perform that action at this time.
0 commit comments