Update config schema

This commit is contained in:
2026-02-18 10:18:33 +01:00
parent d8ad6dd3f0
commit 2a659915a4
2 changed files with 12 additions and 18 deletions

View File

@@ -80,7 +80,7 @@ type ProgramConfig struct {
}
type NodeStateRetention struct {
Policy string `json:"policy"` // "delete" or "parquet"
Policy string `json:"policy"` // "delete" or "move"
Age int `json:"age"` // hours, default 24
TargetKind string `json:"target-kind"` // "file" or "s3"
TargetPath string `json:"target-path"`