-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download limit is reset after restart #376
Comments
Download (and upload) speed are set here in the
If you want to persist your changes to it, you will have to have override the defaults in your config. |
Thank you for suggestion, but tweaking config files everytime a users wants to set a permanent limit is not a viable solution. Download/upload limit set using web UI should be persistent and should be handled by rtorrent itself. I don't mind trying to do it myself, I just need a pointer to know where to start however. |
Editing |
I agree with @t4rl , the web ui settings should be persistent otherwise they are totally useless. |
@de666 Yes, I agree that this would be the more user friendly option. It's something that would need to be implemented upstream in the rutorrent codebase. I'd file a bug upstream with them instead. @crazy-max and the team behind this docker image can't really help with this because they are not the devs behind rutorrent, they just use/include it in this image. To be honest, I'm also not sure the rutorrent folks will see this as something they need to implement. The Rutorrent webUI is supposed to only be a frontend for rtorrent and it is not designed to be responsible for managing rtorrent's config files. |
A possible workaround is to use the ruTorrent throttle plugin to apply a speed limit instead. It's re-enabled with the latest version of this docker image because it supports a theoretical maximum of 33 gigabits. (beyond what rTorrent can output) |
Support guidelines
I've found a bug and checked that ...
Description
When rTorrent downloads at maximum speed ISP, everything else becames unusable. To combat this I always set maximum download speed just a little bit below of what ISP provides. However, after every restart, the setting is reset back to "Unlimited". This might also be happening to Upload, but I personally haven't tested this.
I might be more of a ruTorrent issue, but I am not sure.
Expected behaviour
The setting persists.
Actual behaviour
Download speed limit is set to "Unlimited"
Steps to reproduce
docker compose down && docker compose up -d
.Docker info
Docker Compose config
No response
Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: