reduce SyncGapTime to 1 minute
for maximal safety.
This commit is contained in:
parent
fda291b876
commit
fa6481401d
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user