mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
rate_limit_ip_overhead
This commit is contained in:
parent
3dbd3a3fd3
commit
67a3279840
@ -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…
x
Reference in New Issue
Block a user