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": {
|
"metric-store": {
|
||||||
"checkpoints": {
|
"retention-in-memory": "24h",
|
||||||
},
|
|
||||||
"retention-in-memory": "48h",
|
|
||||||
"memory-cap": 100
|
"memory-cap": 100
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user