mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 11:45:44 +00:00
point default blocklist to our server and up interval to 4 days
This commit is contained in:
parent
ec4051de34
commit
7ad1699fa1
@ -39,9 +39,9 @@ from peerguardian import PGReader, PGException
|
||||
from text import TextReader, GZMuleReader, PGZip
|
||||
|
||||
DEFAULT_PREFS = {
|
||||
"url": "http://www.bluetack.co.uk/config/pipfilter.dat.gz",
|
||||
"url": "http://www.deluge-torrent.org/blocklist/pipfilter.dat.gz",
|
||||
"load_on_start": False,
|
||||
"check_after_days": 2,
|
||||
"check_after_days": 4,
|
||||
"listtype": "gzmule",
|
||||
"timeout": 180,
|
||||
"try_times": 3,
|
||||
|
Loading…
x
Reference in New Issue
Block a user