mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
change some default prefs
This commit is contained in:
parent
57bf0f35f9
commit
238289049d
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ DEFAULT_PREFS = {
|
|||
"listen_on" : [6881,6889],
|
||||
"lock_tray" : False,
|
||||
"max_active_torrents" : -1,
|
||||
"max_connections" : 600,
|
||||
"max_connections" : 400,
|
||||
"max_download_rate" : -1,
|
||||
"max_download_rate_bps": -1.0,
|
||||
"max_number_downloads" : -1.0,
|
||||
|
@ -87,7 +87,7 @@ DEFAULT_PREFS = {
|
|||
"use_default_dir" : False,
|
||||
"use_natpmp" : False,
|
||||
"use_upnp" : False,
|
||||
"use_utpex" : False,
|
||||
"use_utpex" : True,
|
||||
"window_height" : 480,
|
||||
"window_maximized" : False,
|
||||
"window_pane_position" : -1,
|
||||
|
|
Loading…
Add table
Reference in a new issue