fix: increase max reorg limit

This commit is contained in:
Gaze
2024-04-22 14:39:27 +07:00
parent 825a79c539
commit bf95874b26

View File

@@ -14,7 +14,7 @@ import (
)
const (
maxReorgLookBack = 100
maxReorgLookBack = 1000
)
type (