diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2019-08-28 09:01:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 09:01:25 +0100 |
commit | b9f1adc370fa06e5803907ee563fd743821e271d (patch) | |
tree | 98b0578c303776cae8dabef149c78c2fa35681e5 /synapse/storage | |
parent | Clean up code with improved naming and hoist around functions. (diff) | |
download | synapse-b9f1adc370fa06e5803907ee563fd743821e271d.tar.xz |
Update synapse/storage/stats.py
Co-Authored-By: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'synapse/storage')
-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 4b2364746c..a4493556f3 100644 --- a/synapse/storage/stats.py +++ b/synapse/storage/stats.py @@ -144,7 +144,7 @@ class StatsStore(StateDeltasStore): """ See L{update_stats_delta} 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. Does not work with per-slice fields. """ |