mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
add max_number_torrents default
This commit is contained in:
parent
554baccc4a
commit
4682fe3079
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ DEFAULT_PREFS = {
|
|||
"max_download_rate" : -1,
|
||||
"max_download_rate_bps": -1.0,
|
||||
"max_number_downloads" : -1.0,
|
||||
"max_number_torrents" : -1.0,
|
||||
"max_number_uploads" : -1.0,
|
||||
"max_upload_rate" : -1,
|
||||
"max_upload_rate_bps" : -1.0,
|
||||
|
|
Loading…
Add table
Reference in a new issue