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