mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
point default blocklist to our server and up interval to 4 days
This commit is contained in:
parent
27917fa769
commit
dab76ff653
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@ Deluge 1.0.6 (01 December 2008)
|
|||
* Fix #475 catch unicode decoding errors
|
||||
* Add an option to not include IP overhead in rate limiting (this is equivalent
|
||||
to how 0.5.x behaves)
|
||||
* Have default blocklist url point to our server
|
||||
|
||||
GtkUI:
|
||||
* Display the proper downloaded value in the statistics tab
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue