1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Decrease retention options

This commit is contained in:
RGBCube 2024-04-30 12:56:08 +03:00
parent 2959c04419
commit 7aafedd0d2
No known key found for this signature in database

View file

@ -10,10 +10,10 @@ systemConfiguration {
initialize = true;
pruneOpts = [
"--keep-daily 3"
"--keep-weekly 5"
"--keep-monthly 12"
"--keep-yearly 75"
"--keep-daily unlimited"
"--keep-weekly unlimited"
"--keep-monthly 6"
"--keep-yearly 12"
];
timerConfig = {