# HG changeset patch # User Matti Hamalainen # Date 1417280137 -7200 # Node ID 1f1d4b933065635c5ac408cd56f49ee3071f6580 # Parent 7d7bd913649cab64615fa686e35e71db7f139840 Faster. diff -r 7d7bd913649c -r 1f1d4b933065 show.php --- 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; } }