docs: turn-stats vacuum is already implemented — update stale note
This commit is contained in:
parent
8d2ae047b1
commit
5e13fcbe94
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ Bin-loop helpers `build_row` + `record` land each row at
|
|||
`turn_end`; writes are best-effort, a sqlite hiccup logs + lets
|
||||
the turn loop continue.
|
||||
|
||||
No host-side vacuum yet — tracked separately. Target retention
|
||||
~90 days, age-only sweep like events_vacuum.
|
||||
`hive-c0re::stats_vacuum` runs hourly and deletes rows older than 90 days
|
||||
(`started_at < cutoff`). Age-only sweep, same pattern as `events_vacuum`.
|
||||
|
||||
### `/state/hyperhive-harness.json` (per agent)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue