docs: Record over-optimization decisions

This commit is contained in:
2026-09-13 20:46:51 +07:00
parent f5cc2ea60f
commit 7aee19f3aa
2 changed files with 298 additions and 3 deletions
+4 -3
View File
@@ -4,9 +4,10 @@
File: `crates/signed_state/src/backend.rs`
The variant has no subscriber. Remove the variant, the `sync_progress` field and
its accessor, and the `progress_task` in `sync_bootstrap`. Keep the terminal
`Synced` emission.
Kept intentionally. The progress pipeline (the `SyncProgress` variant, the `sync_progress`
field and its accessor, and the progress task in `sync_bootstrap`) is retained for a planned
sync progress indicator. No subscriber exists yet. Do not remove it without revisiting that
plan.
## `login` / `logout` family