mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
set default max torrents to 8
This commit is contained in:
parent
413c72d0aa
commit
be362d194c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ DEFAULT_PREFS = {
|
||||||
"gui_update_interval" : 1.0,
|
"gui_update_interval" : 1.0,
|
||||||
"listen_on" : [6881,6889],
|
"listen_on" : [6881,6889],
|
||||||
"lock_tray" : False,
|
"lock_tray" : False,
|
||||||
"max_active_torrents" : -1,
|
"max_active_torrents" : 8,
|
||||||
"max_connections" : 200,
|
"max_connections" : 200,
|
||||||
"max_download_speed" : -1,
|
"max_download_speed" : -1,
|
||||||
"max_download_speed_bps": -1,
|
"max_download_speed_bps": -1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue