mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Change default 'load_on_start' to False for blocklist.
This commit is contained in:
parent
d22fa1299a
commit
f5a9c5a11f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ from text import TextReader, GZMuleReader, PGZip
|
|||
|
||||
BLOCKLIST_PREFS = {
|
||||
"url": "http://www.bluetack.co.uk/config/pipfilter.dat.gz",
|
||||
"load_on_start": True,
|
||||
"load_on_start": False,
|
||||
"check_after_days": 2,
|
||||
"listtype": "gzmule",
|
||||
"timeout": 180,
|
||||
|
|
Loading…
Add table
Reference in a new issue