Add comment

This commit is contained in:
Mathieu Velten 2024-07-25 16:09:48 +02:00
parent 8ba92f3d57
commit 9c807132e7

View file

@ -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