mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 08:54:54 +03:00
Add comment
This commit is contained in:
parent
8ba92f3d57
commit
9c807132e7
1 changed files with 2 additions and 0 deletions
|
@ -247,6 +247,8 @@ class WaitingLock:
|
||||||
timeout=self._get_next_retry_interval(),
|
timeout=self._get_next_retry_interval(),
|
||||||
reactor=self.reactor,
|
reactor=self.reactor,
|
||||||
)
|
)
|
||||||
|
# Let's reset retry interval since we got notified, we
|
||||||
|
# should only increase it if we hit the previous one
|
||||||
self._retry_interval = 0.1
|
self._retry_interval = 0.1
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue