Opened 16 years ago
Closed 16 years ago
#792 closed bug (Fixed)
config --set requires real values, not integer?
Reported by: | sysadmn | Owned by: | andar |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Core | Version: | 1.1.2 |
Keywords: | Cc: |
Description
Deluge 1.1.2, running on Ubuntu 8.10.
Using the suggested workaround for changing Deluge settings from cron only works for real values:
$ deluge -u console -a "config --set max_upload_speed 40.0" * Configuration value successfully updated. $ deluge -u console -a "config --set max_upload_speed 40" * Configuration value provided has incorrect type.
If this is intended, then the documentation at http://dev.deluge-torrent.org/wiki/Scheduling should probably be updated to note this.
Thanks.
Note:
See TracTickets
for help on using tickets.
The documentation has been updated. Thanks.