Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: avoid writing incomplete maps files and store hash only in case …
…of success This fixes different potential issues: - mapFile.hash was stored even though the map file was not written succesfully. Then we would not attempt to write it on the next Refresh. - WriteString writes into the file, even though Sync() is not called. Hence, we can write some chunks but not all.
- Loading branch information