mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +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:
parent
aa6205c528
commit
c11cb3257d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user