Does deluged change web.conf randomly ?

General support for problems installing or using Deluge
Post Reply
harisund
New User
New User
Posts: 2
Joined: Sat Sep 26, 2015 2:25 pm

Does deluged change web.conf randomly ?

Post 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?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Does deluged change web.conf randomly ?

Post 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.
Post Reply