mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-26 15:40:21 +00:00
remove unrelated change
This commit is contained in:
@@ -939,6 +939,6 @@ class Etcd3(AbstractEtcd):
|
||||
timeout += 0.5
|
||||
|
||||
try:
|
||||
return super(Etcd3, self).watch(None, timeout + 0.5)
|
||||
return super(Etcd3, self).watch(None, timeout)
|
||||
finally:
|
||||
self.event.clear()
|
||||
|
||||
Reference in New Issue
Block a user