diff options
author | Neil Johnson <neil@matrix.org> | 2018-08-17 14:04:15 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-08-17 14:04:15 +0100 |
commit | b5f638f1f478d2e7912d7afc454e881f4677d78c (patch) | |
tree | 2194c747d8c267e2d1f5c490faf80867dba61fc7 /synapse/app/homeserver.py | |
parent | flake8 (diff) | |
parent | Merge pull request #3708 from matrix-org/neilj/resource_Limit_block_event_cre... (diff) | |
download | synapse-b5f638f1f478d2e7912d7afc454e881f4677d78c.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into neilj/server_notices_on_blocking
Diffstat (limited to 'synapse/app/homeserver.py')
-rwxr-xr-x | synapse/app/homeserver.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py index a98bb506e5..005921dcf7 100755 --- a/synapse/app/homeserver.py +++ b/synapse/app/homeserver.py @@ -525,6 +525,7 @@ def run(hs): clock.looping_call( hs.get_datastore().reap_monthly_active_users, 1000 * 60 * 60 ) + hs.get_datastore().reap_monthly_active_users() @defer.inlineCallbacks def generate_monthly_active_users(): |