[html5] r1994 - [e] (0) Increase update interval to 30 seconds.

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 4 19:19:27 PDT 2008


Author: ianh
Date: 2008-08-04 19:19:26 -0700 (Mon, 04 Aug 2008)
New Revision: 1994

Modified:
   header-whatwg
   index
Log:
[e] (0) Increase update interval to 30 seconds.

Modified: header-whatwg
===================================================================
--- header-whatwg	2008-08-05 01:47:29 UTC (rev 1993)
+++ header-whatwg	2008-08-05 02:19:26 UTC (rev 1994)
@@ -124,7 +124,7 @@
      if (updater && !on)
        clearInterval(updater);
      if (!updater && on)
-       updater = setInterval(doUpdate, 6000);
+       updater = setInterval(doUpdate, 30000);
    }
   </script>
 

Modified: index
===================================================================
--- index	2008-08-05 01:47:29 UTC (rev 1993)
+++ index	2008-08-05 02:19:26 UTC (rev 1994)
@@ -164,7 +164,7 @@
      if (updater && !on)
        clearInterval(updater);
      if (!updater && on)
-       updater = setInterval(doUpdate, 6000);
+       updater = setInterval(doUpdate, 30000);
    }
   </script>
 




More information about the Commit-Watchers mailing list