Cleanup and update example config files

This commit is contained in:
2026-03-04 10:41:52 +01:00
parent 39635ea123
commit 87425c0b09
2 changed files with 2 additions and 4 deletions

View File

@@ -20,9 +20,7 @@
} }
], ],
"metric-store": { "metric-store": {
"checkpoints": { "retention-in-memory": "24h",
},
"retention-in-memory": "48h",
"memory-cap": 100 "memory-cap": 100
} }
} }

View File

@@ -77,7 +77,7 @@
"directory": "./var/checkpoints" "directory": "./var/checkpoints"
}, },
"memory-cap": 100, "memory-cap": 100,
"retention-in-memory": "48h", "retention-in-memory": "24h",
"cleanup": { "cleanup": {
"mode": "archive", "mode": "archive",
"directory": "./var/archive" "directory": "./var/archive"