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 = { 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";
}; };
}; };