1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Bumped default wait_duration_secs from 5 to 10

According to @craigraw this should help with performance issues while a
more complicated improvement is being developed.
This commit is contained in:
Martin Habovstiak 2021-03-18 08:32:37 +01:00 committed by Roman Zeyde
parent aa6205c528
commit c11cb3257d

View File

@ -86,7 +86,7 @@ doc = "Use JSONRPC instead of directly importing blk*.dat files. Useful for remo
name = "wait_duration_secs"
type = "u64"
doc = "Duration to wait between bitcoind polling"
default = "5"
default = "10"
[[param]]
name = "index_batch_size"