fix: bound trajectory runtime flush (#77154)

* fix: bound trajectory runtime flush

* fix: keep trajectory export cap compatible

* test: keep followup delivery test pure
This commit is contained in:
Peter Steinberger
2026-05-04 09:48:03 +01:00
committed by GitHub
parent be41b8cbc7
commit 474bea162b
9 changed files with 256 additions and 36 deletions

View File

@@ -181,7 +181,7 @@ OpenClaw redacts sensitive values before writing export files:
The exporter also bounds input size:
- runtime sidecar files: 50 MiB
- runtime sidecar files: live capture stops at 10 MiB and records a truncation event when space remains; export accepts existing runtime sidecars up to 50 MiB
- session files: 50 MiB
- runtime events: 200,000
- total exported events: 250,000