mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Decrease retention options
This commit is contained in:
parent
2959c04419
commit
7aafedd0d2
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@ systemConfiguration {
|
||||||
initialize = true;
|
initialize = true;
|
||||||
|
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
"--keep-daily 3"
|
"--keep-daily unlimited"
|
||||||
"--keep-weekly 5"
|
"--keep-weekly unlimited"
|
||||||
"--keep-monthly 12"
|
"--keep-monthly 6"
|
||||||
"--keep-yearly 75"
|
"--keep-yearly 12"
|
||||||
];
|
];
|
||||||
|
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue