mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-02-22 16:00:37 +01:00
feat: reduce busyCheckInterval -> 250ms
This commit is contained in:
parent
078ad3614d
commit
90cc1563ec
@ -29,7 +29,7 @@ type (
|
||||
|
||||
const (
|
||||
idleCheckInterval = 60 * time.Second
|
||||
busyCheckInterval = 1 * time.Second
|
||||
busyCheckInterval = 250 * time.Millisecond
|
||||
)
|
||||
|
||||
func New(o BackfillOpts) *Backfill {
|
||||
|
Loading…
Reference in New Issue
Block a user