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:
Chris Stewart 2023-09-07 19:08:18 -05:00 committed by GitHub
parent d5c74c086d
commit e15bf6cc9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}