update stats to once a minute

This commit is contained in:
Seth Call 2020-12-27 22:35:07 -06:00
parent 2d805516ff
commit 965d224a0e
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ module JamWebsockets
end end
def start_stats_dump def start_stats_dump
EventMachine::PeriodicTimer.new(6) do EventMachine::PeriodicTimer.new(60) do
time_it('stats_dump') { safety_net { @router.periodical_stats_dump } } time_it('stats_dump') { safety_net { @router.periodical_stats_dump } }
end end
end end