This commit is contained in:
Mathieu Velten 2024-07-24 17:37:17 +02:00
parent 4f1b4729bd
commit 8ba92f3d57

View file

@ -247,6 +247,7 @@ class WaitingLock:
timeout=self._get_next_retry_interval(),
reactor=self.reactor,
)
self._retry_interval = 0.1
except Exception:
pass