This commit is contained in:
Erik Johnston 2021-01-28 20:03:36 +00:00
parent ccdfa36131
commit 2f0c33a540

View file

@ -631,7 +631,7 @@ class Smoother:
if self._queue:
self._next_call = self._reactor.callLater(
(self._queue[0].scheduled_for_ms - now) / 1000.0, self._fire_next,
max(self._queue[0].scheduled_for_ms - now, 0) / 1000.0, self._fire_next,
)
return