Opened 15 years ago
Closed 15 years ago
#406 closed Bug (fixed)
There's a hard coded upload limit of 20KiB/s in the prefs
Reported by: | Murmex | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | 0.91 |
Component: | GTK+ Client | Version: | 0.90 |
Severity: | Normal | Keywords: | |
Cc: |
Description
It is not possible to to limit the upload speed below 20KiB/s in the preference window. Furthermore, I think that the minimum should be 0KiB/s for both upload and download as it can be necessary in special use cases. The lines to change are : gtk/tr_prefs.c:219 gtk/tr_prefs.c:227
Change History (1)
comment:1 Changed 15 years ago by charles
- Milestone changed from None Set to 0.91
- Resolution set to fixed
- Status changed from new to closed
- Version set to 0.90
Note: See
TracTickets for help on using
tickets.
Fixed in SVN. Thanks for suggesting this.