Have some feedback, questions, suggestions, or just fancy a chat? Pop it in here.
derebo
Posts: 5 Joined: Thu Dec 28, 2017 11:49 pm
Post
by derebo » Sat Mar 20, 2021 2:11 pm
Hello,
Transmission settings are stored in
Code: Select all
/var/lib/transmission-daemon/.config/transmission-daemon/settings.json
If I edit values...
Code: Select all
"download-queue-enabled": true,
"download-queue-size": 2,
to show as...
Code: Select all
"download-queue-enabled": true,
"download-queue-size": 10,
because I would like up to 10 files downloading at the same time and then restart transmission
Code: Select all
systemctl restart transmission-daemon.service
the value is restored to
As that value cannot be set from Transmission web interface either, what would be the correct way of editing it?
Thank you in advance
Last edited by
derebo on Sat Mar 20, 2021 7:43 pm, edited 1 time in total.
MichaIng
Site Admin
Posts: 2783 Joined: Sat Nov 18, 2017 6:21 pm
Post
by MichaIng » Sat Mar 20, 2021 2:39 pm
I guess Transmission stores changed settings to the file when stopping. Hence, for all settings that cannot be changed via web interface, you'd need to stop the service first, change the file, start the service.
derebo
Posts: 5 Joined: Thu Dec 28, 2017 11:49 pm
Post
by derebo » Sat Mar 20, 2021 7:42 pm
Thank you! I should have known. Please, kindly tick the topic as solved so that it can help others.
Regards,