diff --git a/client/djrandom_client/stats.py b/client/djrandom_client/stats.py
index 9ccfa4b9c8e3e06b8b7ed9a10778380a52b767e1..11eb330dc4a955e92144a90e1df7978c63ac044c 100644
--- a/client/djrandom_client/stats.py
+++ b/client/djrandom_client/stats.py
@@ -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: