Changeset 12803


Ignore:
Timestamp:
Aug 30, 2011, 5:49:23 AM (12 years ago)
Author:
jordan
Message:

now that refiltering is faster, shrink the delay between torrent updates and refiltering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/javascript/transmission.js

    r12801 r12803  
    19251925                {
    19261926                        var tr = this;
    1927                         this.refilterTimer = setTimeout(function() {tr.refilter();}, 500);
     1927                        this.refilterTimer = setTimeout(function() {tr.refilter();}, 100);
    19281928                }
    19291929        },
Note: See TracChangeset for help on using the changeset viewer.