Merge branch 'master' into cel2

This commit is contained in:
2024-11-12 09:10:49 +03:00

View File

@@ -29,7 +29,7 @@ type (
const (
idleCheckInterval = 60 * time.Second
busyCheckInterval = 1 * time.Second
busyCheckInterval = 250 * time.Millisecond
)
func New(o BackfillOpts) *Backfill {