Optimize should be less frequent
This commit is contained in:
parent
e0d5de32cd
commit
5a1eb8c5e0
|
@ -224,8 +224,8 @@ in {
|
||||||
solr-optimize = {
|
solr-optimize = {
|
||||||
wantedBy = [ "timers.target" "dovecot2.service" ];
|
wantedBy = [ "timers.target" "dovecot2.service" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnBootSec = "5m";
|
OnBootSec = "12h";
|
||||||
OnUnitActiveSec = "5m";
|
OnUnitActiveSec = "12h";
|
||||||
Unit = "solr-optimize.service";
|
Unit = "solr-optimize.service";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue