Skip to content
Snippets Groups Projects
Commit 8959981c authored by ale's avatar ale
Browse files

save stats more often (5 sec)

parent 05d0cdff
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class StatsDumperThread(threading.Thread):
def run(self):
while True:
time.sleep(30)
time.sleep(5)
try:
self._stats._save()
except Exception, e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment