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 @@ -169,11 +169,11 @@ const DEFAULT_FEE_RATE_CACHE_UPDATE_INTERVAL_SECS: u64 = 60 * 10;
169
169
const DEFAULT_LOG_LEVEL : LogLevel = LogLevel :: Debug ;
170
170
171
171
// The 'stop gap' parameter used by BDK's wallet sync. This seems to configure the threshold
172
- // number of blocks after which BDK stops looking for scripts belonging to the wallet.
172
+ // number of derivation indexes after which BDK stops looking for new scripts belonging to the wallet.
173
173
const BDK_CLIENT_STOP_GAP : usize = 20 ;
174
174
175
175
// The number of concurrent requests made against the API provider.
176
- const BDK_CLIENT_CONCURRENCY : u8 = 8 ;
176
+ const BDK_CLIENT_CONCURRENCY : u8 = 4 ;
177
177
178
178
// The default Esplora server we're using.
179
179
const DEFAULT_ESPLORA_SERVER_URL : & str = "https://blockstream.info/api" ;
You can’t perform that action at this time.
0 commit comments