# HG changeset patch # User Matti Hamalainen # Date 1417265476 -7200 # Node ID 138987d0253a503382168b41d5eb481ab3c348c3 # Parent e6e6be0218f83674702f02ba07431d6468ffaaee Adjust show system timing to be faster. diff -r e6e6be0218f8 -r 138987d0253a show.php --- 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; } }