Change default 'load_on_start' to False for blocklist.

This commit is contained in:
Andrew Resch 2008-03-30 00:48:34 +00:00
parent d22fa1299a
commit f5a9c5a11f
1 changed files with 1 additions and 1 deletions

View File

@ -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,