host/istal: change renovate cache ttl

This commit is contained in:
Dmitriy Pleshevskiy 2024-10-16 12:01:37 +03:00
parent 260907046b
commit 53fca9c808
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -39,8 +39,10 @@
}; };
globalExtends = ["npm:unpublishSafe"]; globalExtends = ["npm:unpublishSafe"];
cacheHardTtlMinutes = 60 * 24; cacheHardTtlMinutes = 30;
httpCacheTtlDays = 7; httpCacheTtlDays = 1;
}; };
}; };
# systemd.services.renovate.environment.LOG_LEVEL = "debug";
} }