Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop keeping old copies of eventbus files
We've never restored from these "backups", and as long as we ensure that the current file points to a fully written file, it's fine to only keep at most 2 files around: the actual current file and a temporary "new" file. To ensure that we're not pointing at a half-written file, we continue using the age-old pattern for atomic file updates: write to another file and swap a symlink once the write is complete
- Loading branch information