remove unused method recurring_user_daily_visit_stats

This commit is contained in:
Neil Johnson 2018-05-16 09:47:20 +01:00
parent 31c2502ca8
commit a2204cc9cc

View File

@ -478,9 +478,6 @@ def run(hs):
def generate_user_daily_visit_stats():
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.
# If you increase the loop period, the accuracy of user_daily_visits
# table will decrease