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:
Martin Sumner 2017-04-13 22:43:29 +01:00
parent 618d9cf53b
commit e01efe02f6

View file

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