Browse Source

remove unused method recurring_user_daily_visit_stats

Neil Johnson 6 years ago
parent
commit
a2204cc9cc
1 changed files with 0 additions and 3 deletions
  1. 0 3
      synapse/app/homeserver.py

+ 0 - 3
synapse/app/homeserver.py

@@ -478,9 +478,6 @@ def run(hs):
     def generate_user_daily_visit_stats():
     def generate_user_daily_visit_stats():
         hs.get_datastore().generate_user_daily_visits()
         hs.get_datastore().generate_user_daily_visits()
 
 
-    def recurring_user_daily_visit_stats():
-        clock.looping_call(generate_user_daily_visit_stats, 60 * 60 * 1000)
-
     # Rather than update on per session basis, batch up the requests.
     # Rather than update on per session basis, batch up the requests.
     # If you increase the loop period, the accuracy of user_daily_visits
     # If you increase the loop period, the accuracy of user_daily_visits
     # table will decrease
     # table will decrease