mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge ab70c0258f6f6671b53ed612e9751a92e5979e1f into c86c93ca2951338115159dcdd20711603044e1f1
This commit is contained in:
commit
828246340a
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user