With the release of 2.0 it has introduced a slight problem with how we have used Syncthing for our application.
The application scans a folder for files ending with the extension .cfg and detects new cfg files in a folder that are generated and automatically processes them.
***From the 2.0 release notes.
“The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy.”
With the new conflict resolution method when a file is deleted (and deletion should be the correct condition for our situation) the conflict resolution now is to create a renamed file with the same .cfg extension.
This is causing the application to automatically read and process this new cfg file, however it should of been deleted.
Is there any possible way to either change the default extension of deleted conflicted files, or change it back to the previous way it was handled.
Thanks