changeset 982:138987d0253a

Adjust show system timing to be faster.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 14:51:16 +0200
parents e6e6be0218f8
children 1e347288712d
files show.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/show.php	Sat Nov 29 14:11:53 2014 +0200
+++ b/show.php	Sat Nov 29 14:51:16 2014 +0200
@@ -106,7 +106,7 @@
     {
       if (!timeOutSet)
       {
-        setTimeout("tickMain();", 5000);
+        setTimeout("tickMain();", 1000);
         timeOutSet = true;
       }
     }