Merge branch 'master' into cel2

This commit is contained in:
Mohamed Sohail 2024-11-12 09:10:49 +03:00
commit 513912f361
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D

View File

@ -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 {