You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
Reduces `BUCKETLIST_DB_INDEX_CUTOFF` to 50 and disables account caching
by default.
During testing, I determined `BUCKETLIST_DB_INDEX_CUTOFF` to be a
reasonable value wrt memory consumption. Unfortunately I was actually
setting the default to 250 despite the comments and docs saying 100.
While I think 100 is still fine, I've turned it down a bit more to be on
the safe side and unblock the release.
# Checklist
- [x] Reviewed the
[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)
document
- [x] Rebased on top of master (no merge commits)
- [x] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio
extension)
- [x] Compiles
- [x] Ran all tests
- [ ] If change impacts performance, include supporting evidence per the
[performance
document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)
0 commit comments