From f5a9c5a11fd49f380d8c88076728c5aa69f95f22 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sun, 30 Mar 2008 00:48:34 +0000 Subject: [PATCH] Change default 'load_on_start' to False for blocklist. --- deluge/plugins/blocklist/blocklist/torrentblocklist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/plugins/blocklist/blocklist/torrentblocklist.py b/deluge/plugins/blocklist/blocklist/torrentblocklist.py index 39c0a2dc3..08f900b2f 100644 --- a/deluge/plugins/blocklist/blocklist/torrentblocklist.py +++ b/deluge/plugins/blocklist/blocklist/torrentblocklist.py @@ -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,