mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 19:55:57 +00:00
Change default 'load_on_start' to False for blocklist.
This commit is contained in:
parent
d22fa1299a
commit
f5a9c5a11f
@ -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…
x
Reference in New Issue
Block a user