fix max_number_uploads name in core
This commit is contained in:
parent
31128a2e25
commit
98f38f3e71
|
@ -73,7 +73,7 @@ PREF_FUNCTIONS = {
|
|||
"listen_on" : deluge_core.set_listen_on,
|
||||
"max_connections" : deluge_core.set_max_connections,
|
||||
"max_active_torrents" : None, # no need for a function, applied constantly
|
||||
"set_max_uploads" : deluge_core.set_max_uploads,
|
||||
"max_number_uploads" : deluge_core.set_max_uploads,
|
||||
"auto_seed_ratio" : None, # no need for a function, applied constantly
|
||||
"max_download_speed_bps" : deluge_core.set_download_rate_limit,
|
||||
"max_upload_speed_bps" : deluge_core.set_upload_rate_limit,
|
||||
|
|
Loading…
Reference in New Issue