Set timeout correctly

This commit is contained in:
martinsumner 2017-01-14 20:19:08 +00:00
parent 85c03a61f9
commit 86af99e511

View file

@ -212,7 +212,7 @@
-define(COIN_SIDECOUNT, 5).
-define(SLOW_FETCH, 20000).
-define(ITERATOR_SCANWIDTH, 4).
-define(SNAPSHOT_TIMEOUT, 3600).
-define(SNAPSHOT_TIMEOUT, 3600 * 1000).
-record(state, {manifest, % a manifest record from the leveled_manifest module
persisted_sqn = 0 :: integer(), % The highest SQN persisted