tune down syncthing versioning age
This commit is contained in:
parent
4aa8a8dddf
commit
22b6029dc2
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ let
|
|||
commonVersioning = {
|
||||
type = "staggered";
|
||||
params = {
|
||||
maxAge = "15552000"; # 180 days
|
||||
maxAge = "2592000"; # 30 days
|
||||
cleanInterval = "3600"; # 1 hour
|
||||
};
|
||||
};
|
||||
|
|
@ -18,7 +18,7 @@ let
|
|||
liteVersioning = {
|
||||
type = "staggered";
|
||||
params = {
|
||||
maxAge = "2592000"; # 30 days
|
||||
maxAge = "604800"; # 7 days
|
||||
cleanInterval = "3600";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue