changeset 989:1f1d4b933065

Faster.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 18:55:37 +0200
parents 7d7bd913649c
children 0a8cb8f9f555
files show.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/show.php	Sat Nov 29 18:28:50 2014 +0200
+++ b/show.php	Sat Nov 29 18:55:37 2014 +0200
@@ -98,7 +98,7 @@
       viewChanged();
       if (!timeOutSet)
       {
-        setTimeout("tickMain();", 500);
+        setTimeout("tickMain();", 250);
         timeOutSet = true;
       }
     }
@@ -106,7 +106,7 @@
     {
       if (!timeOutSet)
       {
-        setTimeout("tickMain();", 1000);
+        setTimeout("tickMain();", 500);
         timeOutSet = true;
       }
     }