Plugin Directory

Changeset 477828


Ignore:
Timestamp:
12/20/2011 05:13:09 AM (14 years ago)
Author:
AdamBackstrom
Message:

Lengthen short interval (should have been debug-only)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-whos-online/trunk/wp-whos-online.js

    r477827 r477828  
    128128    function toggleUpdates() {
    129129        if (0 == wpwhosonline.getwpwhosonlineUpdate) {
    130             wpwhosonline.getwpwhosonlineUpdate = setInterval(getwpwhosonline, 3000);
     130            wpwhosonline.getwpwhosonlineUpdate = setInterval(getwpwhosonline, 30000);
    131131        } else {
    132132            clearInterval(wpwhosonline.getwpwhosonlineUpdate);
Note: See TracChangeset for help on using the changeset viewer.