diff options
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/stats.py b/synapse/storage/stats.py index 2c7f57c251..804be45c5f 100644 --- a/synapse/storage/stats.py +++ b/synapse/storage/stats.py @@ -308,7 +308,7 @@ class StatsStore(StateDeltasStore): return 1 for (user_id,) in users_to_work_on: - now = self.hs.get_reactor().seconds() + now = self.clock.time_msec() def _process_user(txn): # Get the current token |