Long snaphsot timeout increase
Increase this to 90 minutes. The first time all the snapshots are rebuilt it may take a long time, but they all get scheduled together - and queued until concurrency limits allow it to be completed. currently the snapshot is made on initialisation, and only released when completed (which may be after the queue). so the last couple of snapshots were over-shooting the 1 hour.
This commit is contained in:
parent
618d9cf53b
commit
e01efe02f6
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@
|
|||
-define(COIN_SIDECOUNT, 5).
|
||||
-define(SLOW_FETCH, 20000).
|
||||
-define(ITERATOR_SCANWIDTH, 4).
|
||||
-define(SNAPSHOT_TIMEOUT_LONG, 3600).
|
||||
-define(SNAPSHOT_TIMEOUT_LONG, 5400).
|
||||
-define(SNAPSHOT_TIMEOUT_SHORT, 600).
|
||||
|
||||
-record(state, {manifest, % a manifest record from the leveled_manifest module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue