mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00: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(),
|
||||
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
|
||||
except Exception:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue