mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
rate_limit_ip_overhead
This commit is contained in:
parent
3dbd3a3fd3
commit
67a3279840
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ class BandwithGlobal(config_forms.CfgForm):
|
|||
|
||||
max_half_open_connections = forms.DelugeInt(_("Maximum Half-Open Connections"))
|
||||
max_connections_per_second = forms.DelugeInt(_("Maximum Connection Attempts per Second"))
|
||||
ignore_limits_on_local_network = forms.CheckBox("Ignore limits on local network")
|
||||
ignore_limits_on_local_network = forms.CheckBox(_("Ignore limits on local network"))
|
||||
rate_limit_ip_overhead = forms.CheckBox(_("Rate Limit IP Overhead"))
|
||||
|
||||
|
||||
config_page.register('bandwidth','global', BandwithGlobal)
|
||||
|
|
Loading…
Add table
Reference in a new issue