mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-04 15:17:29 +01:00
Cleanup and update example config files
This commit is contained in:
@@ -20,9 +20,7 @@
|
||||
}
|
||||
],
|
||||
"metric-store": {
|
||||
"checkpoints": {
|
||||
},
|
||||
"retention-in-memory": "48h",
|
||||
"retention-in-memory": "24h",
|
||||
"memory-cap": 100
|
||||
}
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
"directory": "./var/checkpoints"
|
||||
},
|
||||
"memory-cap": 100,
|
||||
"retention-in-memory": "48h",
|
||||
"retention-in-memory": "24h",
|
||||
"cleanup": {
|
||||
"mode": "archive",
|
||||
"directory": "./var/archive"
|
||||
|
||||
Reference in New Issue
Block a user