Optimize should be less frequent

This commit is contained in:
niten 2023-10-11 20:02:17 -07:00
parent e0d5de32cd
commit 5a1eb8c5e0
1 changed files with 2 additions and 2 deletions

View File

@ -224,8 +224,8 @@ in {
solr-optimize = {
wantedBy = [ "timers.target" "dovecot2.service" ];
timerConfig = {
OnBootSec = "5m";
OnUnitActiveSec = "5m";
OnBootSec = "12h";
OnUnitActiveSec = "12h";
Unit = "solr-optimize.service";
};
};