stellar-core
stellar-core copied to clipboard
Enable background eviction by default
Description
Resolves #4415
Drops "experimental" from background eviction flag and enables it by default.
Checklist
- [x] Reviewed the contributing document
- [x] Rebased on top of master (no merge commits)
- [x] Ran
clang-formatv8.0.0 (viamake formator the Visual Studio extension) - [x] Compiles
- [x] Ran all tests
- [ ] If change impacts performance, include supporting evidence per the performance document