Remove max connections per second from config dialog.

This commit is contained in:
Martijn Voncken 2008-10-17 18:38:19 +00:00
parent efec531c75
commit 40d6716e74
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ Deluge 1.0.3 (In Development)
WebUI:
* Fix White template for Opera
* Remove max connections per second from config dialog.
Misc:
* Deluge will now use a system libtorrent library if available.

View file

@ -105,7 +105,7 @@ class BandwithGlobal(config_forms.CfgForm):
max_upload_slots_global = forms.DelugeInt(_("Maximum Upload Slots"))
max_half_open_connections = forms.DelugeInt(_("Maximum Half-Open Connections"))
max_connections_per_second = forms.DelugeInt(_("Maximum Connection Attempts per Second"))
#max_connections_per_second = forms.DelugeInt(_("Maximum Connection Attempts per Second"))
ignore_limits_on_local_network = forms.CheckBox("Ignore limits on local network")