mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 22:06:27 +00:00
upped default number of max connections to match that of utorrent
This commit is contained in:
parent
34809aa74d
commit
92263af970
@ -52,7 +52,7 @@ DEFAULT_PREFS = {
|
|||||||
"listen_on" : [6881,6889],
|
"listen_on" : [6881,6889],
|
||||||
"lock_tray" : False,
|
"lock_tray" : False,
|
||||||
"max_active_torrents" : -1,
|
"max_active_torrents" : -1,
|
||||||
"max_connections" : 200,
|
"max_connections" : 600,
|
||||||
"max_download_rate" : -1.0,
|
"max_download_rate" : -1.0,
|
||||||
"max_download_rate_bps": -1.0,
|
"max_download_rate_bps": -1.0,
|
||||||
"max_number_downloads" : -1.0,
|
"max_number_downloads" : -1.0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user