add max_number_torrents default
This commit is contained in:
parent
554baccc4a
commit
4682fe3079
|
@ -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…
Reference in New Issue