fix(media): stop pruning media on write · openclaw/openclaw@bcd1fdb
lundog
·
2026-06-16
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -611,7 +611,7 @@ export const FIELD_HELP: Record<string, string> = {
|
611 | 611 | "media.preserveFilenames": |
612 | 612 | "When enabled, uploaded media keeps its original filename instead of a generated temp-safe name. Turn this on when downstream automations depend on stable names, and leave off to reduce accidental filename leakage.", |
613 | 613 | "media.ttlHours": |
614 | | -"Optional retention window in hours for persisted inbound media cleanup across the full media tree. Leave unset to preserve legacy behavior, or set values like 24 (1 day) or 168 (7 days) when you want automatic cleanup.", |
| 614 | +"Optional retention window in hours for persisted media cleanup across the full media tree. Leave unset to disable automatic cleanup (media writes never prune), or set values like 24 (1 day) or 168 (7 days) to periodically remove media older than the window.", |
615 | 615 | audio: |
616 | 616 | "Global audio ingestion settings used before higher-level tools process speech or media content. Configure this when you need deterministic transcription behavior for voice notes and clips.", |
617 | 617 | "audio.transcription": |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。