reduce SyncGapTime to 1 minute

for maximal safety.
This commit is contained in:
vyzo 2021-06-14 21:33:53 +03:00
parent fda291b876
commit fa6481401d

View File

@ -55,7 +55,7 @@ var (
// SyncGapTime is the time delay from a tipset's min timestamp before we decide
// there is a sync gap
SyncGapTime = 5 * time.Minute
SyncGapTime = time.Minute
)
var (