This commit is contained in:
Bryan Stitt 2022-11-12 09:31:38 +00:00
parent fc7e310f58
commit 678d71f7c8

View File

@ -233,10 +233,10 @@ These are roughly in order of completition
- [x] attach origin to revert_log
- opt-in origin logging
- [x] test that runs check_config against example.toml
- [x] improve sorting servers by weight. don't force to lower weights, still have a probability that smaller weights might be
- [x] flamegraphs show 52% of the time to be in tracing. replace with simpler logging
- [-] add configurable size limits to all the Caches
- instead of configuring each cache with MB sizes, have one value for total memory footprint and then percentages for each cache
- [x] improve sorting servers by weight. don't force to lower weights, still have a probability that smaller weights might be
- [ ] flamegraphs show 52% of the time to be in tracing. figure out how to improve that
- [ ] add block timestamp to the /status page
- [ ] cache the status page for a second
- [ ] probably need to turn more sentry log integrations (like anyhow) on!