increase backup schedules
This commit is contained in:
parent
3888d4fdba
commit
06325deb4d
|
@ -4,15 +4,15 @@ rec {
|
||||||
in {
|
in {
|
||||||
low = {
|
low = {
|
||||||
inherit OnStartupSec;
|
inherit OnStartupSec;
|
||||||
OnUnitActiveSec = "108h";
|
OnUnitActiveSec = "48h";
|
||||||
};
|
};
|
||||||
medium = {
|
medium = {
|
||||||
inherit OnStartupSec;
|
inherit OnStartupSec;
|
||||||
OnUnitActiveSec = "96h";
|
OnUnitActiveSec = "24h";
|
||||||
};
|
};
|
||||||
high = {
|
high = {
|
||||||
inherit OnStartupSec;
|
inherit OnStartupSec;
|
||||||
OnUnitActiveSec = "48h";
|
OnUnitActiveSec = "12h";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue