mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-11 17:50:06 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_user_ips_2
This commit is contained in:
commit
4fb3c129aa
42 changed files with 1318 additions and 496 deletions
|
@ -238,7 +238,7 @@ class BackgroundUpdateStore(SQLBaseStore):
|
|||
duration_ms = time_stop - time_start
|
||||
|
||||
logger.info(
|
||||
"Updating %r. Updated %r items in %rms."
|
||||
"Running background update %r. Processed %r items in %rms."
|
||||
" (total_rate=%r/ms, current_rate=%r/ms, total_updated=%r, batch_size=%r)",
|
||||
update_name,
|
||||
items_updated,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue