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