set time interval to 30s for update check
authorArun Persaud <arun@nubati.net>
Sat, 24 Aug 2013 17:16:03 +0000 (10:16 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 24 Aug 2013 17:16:03 +0000 (10:16 -0700)
js/layout.js

index ae8a8af7f7c5d27475ac7f88a0d3c6e6c2633163..34847b8e3e2dffabc0a015b51383fddb507d6784 100644 (file)
@@ -64,4 +64,4 @@ function checkFavicon() {
        });
 }
 checkFavicon();
-setInterval(checkFavicon,10000);
+setInterval(checkFavicon,30000);