mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 09:31:35 +03:00
Update synapse/storage/stats.py
Co-Authored-By: Erik Johnston <erik@matrix.org>
This commit is contained in:
parent
1af7866562
commit
b9f1adc370
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class StatsStore(StateDeltasStore):
|
||||||
"""
|
"""
|
||||||
See L{update_stats_delta}
|
See L{update_stats_delta}
|
||||||
Additional Args:
|
Additional Args:
|
||||||
absolute_fields (dict[str, int]): Current stats values
|
absolute_field_overrides (dict[str, int]): Current stats values
|
||||||
(i.e. not deltas) of absolute fields.
|
(i.e. not deltas) of absolute fields.
|
||||||
Does not work with per-slice fields.
|
Does not work with per-slice fields.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue