mirror of
https://github.com/transmission/transmission
synced 2025-02-21 13:46:52 +00:00
now that refiltering is faster, shrink the delay between torrent updates and refiltering
This commit is contained in:
parent
e940ab815f
commit
af1d2b76c0
1 changed files with 1 additions and 1 deletions
|
@ -1924,7 +1924,7 @@ Transmission.prototype =
|
||||||
if (!this.refilterTimer)
|
if (!this.refilterTimer)
|
||||||
{
|
{
|
||||||
var tr = this;
|
var tr = this;
|
||||||
this.refilterTimer = setTimeout(function() {tr.refilter();}, 500);
|
this.refilterTimer = setTimeout(function() {tr.refilter();}, 100);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue