mirror of
https://github.com/transmission/transmission.git
synced 2026-04-17 23:54:19 +01:00
now that refiltering is faster, shrink the delay between torrent updates and refiltering
This commit is contained in:
@@ -1924,7 +1924,7 @@ Transmission.prototype =
|
||||
if (!this.refilterTimer)
|
||||
{
|
||||
var tr = this;
|
||||
this.refilterTimer = setTimeout(function() {tr.refilter();}, 500);
|
||||
this.refilterTimer = setTimeout(function() {tr.refilter();}, 100);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user