From 7ad1699fa1349e74fc6ce784bbba1dc06d25749a Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 10 Dec 2008 02:34:32 +0000 Subject: [PATCH] point default blocklist to our server and up interval to 4 days --- deluge/plugins/blocklist/blocklist/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deluge/plugins/blocklist/blocklist/core.py b/deluge/plugins/blocklist/blocklist/core.py index 3c9792d57..d3b76f725 100644 --- a/deluge/plugins/blocklist/blocklist/core.py +++ b/deluge/plugins/blocklist/blocklist/core.py @@ -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,