Merge ab70c0258f6f6671b53ed612e9751a92e5979e1f into c86c93ca2951338115159dcdd20711603044e1f1

This commit is contained in:
Marek Siarkowicz 2024-09-26 22:00:14 +01:00 committed by GitHub
commit 828246340a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -215,7 +215,7 @@ func (s *watchableStore) Restore(b backend.Backend) error {
func (s *watchableStore) syncWatchersLoop() {
defer s.wg.Done()
waitDuration := 100 * time.Millisecond
waitDuration := time.Second
delayTicker := time.NewTicker(waitDuration)
defer delayTicker.Stop()