diff options
Diffstat (limited to '')
-rw-r--r-- | synapse/handlers/stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/stats.py b/synapse/handlers/stats.py index 4fa9f1de95..5c734cfca1 100644 --- a/synapse/handlers/stats.py +++ b/synapse/handlers/stats.py @@ -28,7 +28,7 @@ logger = logging.getLogger(__name__) class StatsHandler(StateDeltasHandler): """Handles keeping the *_stats tables updated with a simple time-series of information about the users, rooms and media on the server, such that admins - have some idea of who is consuming their resouces. + have some idea of who is consuming their resources. Heavily derived from UserDirectoryHandler """ |