From 678d71f7c8df574911b45b3e5e31ac74a613f843 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sat, 12 Nov 2022 09:31:38 +0000 Subject: [PATCH] todos --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index ba9d639d..5da88057 100644 --- a/TODO.md +++ b/TODO.md @@ -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!