Page 1 of 1

Does deluged change web.conf randomly ?

Posted: Sat Sep 26, 2015 2:28 pm
by harisund
I have some of my .conf files in version control. one of them is web.conf

Now, if I connect to the webui and then at some point restart my deluged, I see new sessions get added to the web.conf (it makes a backup to web.conf~) However, it also changes the ordering of the JSON file, making the diff from the original hard to parse.

Any ideas how to disable that? is that intentional?

Re: Does deluged change web.conf randomly ?

Posted: Sat Sep 26, 2015 10:29 pm
by Cas
It is likely json output is unsorted, which is the default and because values will come from a python dict they can any order.