mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-01 20:18:19 +00:00
Merge pull request #5260 from matrix-org/travis/fix-room-bg-task
Fix logging for room stats background update
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Synapse now more efficiently collates room statistics.
|
||||
@@ -169,7 +169,7 @@ class StatsStore(StateDeltasStore):
|
||||
|
||||
logger.info(
|
||||
"Processing the next %d rooms of %d remaining",
|
||||
(len(rooms_to_work_on), progress["remaining"]),
|
||||
len(rooms_to_work_on), progress["remaining"],
|
||||
)
|
||||
|
||||
# Number of state events we've processed by going through each room
|
||||
|
||||
Reference in New Issue
Block a user