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;
|
||||
|
||||
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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue