diff --git a/src/www/index.php b/src/www/index.php
index 47c2c5259f02d14abb12259896200863ff0c3f09..13d740b01499c99363faea247608f65b11621928 100644
--- a/src/www/index.php
+++ b/src/www/index.php
@@ -23,7 +23,7 @@ $(function() {
         $.get('log.php', function(data) {
             $('#mainlog').html(data);
         });
-    }, 5000);
+    }, 15000);
 });
 </script>
 <script>