mirror of
https://github.com/alexgo-io/gaze-indexer.git
synced 2026-04-29 12:15:13 +08:00
fix: increase max reorg limit
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
maxReorgLookBack = 100
|
||||
maxReorgLookBack = 1000
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user