mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-06 08:33:56 +00:00
set default max torrents to 8
This commit is contained in:
parent
413c72d0aa
commit
be362d194c
@ -60,7 +60,7 @@ DEFAULT_PREFS = {
|
||||
"gui_update_interval" : 1.0,
|
||||
"listen_on" : [6881,6889],
|
||||
"lock_tray" : False,
|
||||
"max_active_torrents" : -1,
|
||||
"max_active_torrents" : 8,
|
||||
"max_connections" : 200,
|
||||
"max_download_speed" : -1,
|
||||
"max_download_speed_bps": -1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user