mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 09:35:45 +03:00
s/self._clock/self.clock/
This commit is contained in:
parent
1be67eca8a
commit
859fbd4423
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class RetryDestinationLimiter(object):
|
|||
else:
|
||||
self.retry_interval = self.min_retry_interval
|
||||
|
||||
retry_last_ts = int(self._clock.time_msec()),
|
||||
retry_last_ts = int(self.clock.time_msec()),
|
||||
|
||||
self.store.set_destination_retry_timings(
|
||||
self.destination, retry_last_ts, self.retry_interval
|
||||
|
|
Loading…
Reference in a new issue