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 = {
|
commonVersioning = {
|
||||||
type = "staggered";
|
type = "staggered";
|
||||||
params = {
|
params = {
|
||||||
maxAge = "15552000"; # 180 days
|
maxAge = "2592000"; # 30 days
|
||||||
cleanInterval = "3600"; # 1 hour
|
cleanInterval = "3600"; # 1 hour
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -18,7 +18,7 @@ let
|
||||||
liteVersioning = {
|
liteVersioning = {
|
||||||
type = "staggered";
|
type = "staggered";
|
||||||
params = {
|
params = {
|
||||||
maxAge = "2592000"; # 30 days
|
maxAge = "604800"; # 7 days
|
||||||
cleanInterval = "3600";
|
cleanInterval = "3600";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue