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