-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that the project files are only overwritten, when the saving p…
…rocess was successful and not interrupted * Strategy to achieve this: * When saving the mastodon project files, they are first saved to projectfile_pending * When saving was successful, projectfile gets overwritten with projectfile_pending * In the past, it has been observed that *.mastodon files were corrupted and could not be read anymore * Typical saving times for a project range from ~0.2s to ~2s (depending on project size, attributes, etc.). Not very long, but long enough to kill mastodon during the saving process.
- Loading branch information
1 parent
19ea45d
commit 2f2a061
Showing
1 changed file
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters