mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:30:42 +00:00
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:
committed by
GitHub
parent
be41b8cbc7
commit
474bea162b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user