mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 15:02:17 +01:00
reduce default bitcoin-s.chain.neutrino.filter-batch-size
to 250
(#5230)
* reduce default bitcoin-s.chain.neutrino.filter-batch-size to 100 * Bump filter-batch-size to 250
This commit is contained in:
parent
d5c74c086d
commit
e15bf6cc9d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ bitcoin-s {
|
|||
# to keep the sync time fast, however, for regtest it should be small
|
||||
# so it does not exceed the chain size.
|
||||
|
||||
filter-batch-size = 1000
|
||||
filter-batch-size = 250
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue