Skip to content
Snippets Groups Projects
Commit 797691f9 authored by Daniel Wagner-Hall's avatar Daniel Wagner-Hall
Browse files

Log on stats scheduling

parent e5ea4fad
No related branches found
No related tags found
No related merge requests found
......@@ -718,6 +718,7 @@ def run(hs):
if hs.config.report_stats:
phone_home_task = task.LoopingCall(phone_stats_home)
logger.info("Scheduling stats reporting for 24 hour intervals")
phone_home_task.start(60 * 60 * 24, now=False)
def in_thread():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment