mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
10 mins seems more reasonable that every minute
This commit is contained in:
parent
fb6015d0a6
commit
5917562b60
@ -488,7 +488,7 @@ def run(hs):
|
|||||||
# be quite busy the first few minutes
|
# be quite busy the first few minutes
|
||||||
clock.call_later(5 * 60, phone_stats_home)
|
clock.call_later(5 * 60, phone_stats_home)
|
||||||
|
|
||||||
clock.looping_call(generate_user_daily_visit_stats, 60 * 1000)
|
clock.looping_call(generate_user_daily_visit_stats, 10 * 60 * 1000)
|
||||||
clock.call_later(5 * 60, generate_user_daily_visit_stats)
|
clock.call_later(5 * 60, generate_user_daily_visit_stats)
|
||||||
|
|
||||||
if hs.config.daemonize and hs.config.print_pidfile:
|
if hs.config.daemonize and hs.config.print_pidfile:
|
||||||
|
Loading…
Reference in New Issue
Block a user