From 53fca9c8089f8355c3c0c58fcf9b9049aa249a05 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 16 Oct 2024 12:01:37 +0300 Subject: [PATCH] host/istal: change renovate cache ttl --- hosts/istal/services/renovate.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/istal/services/renovate.nix b/hosts/istal/services/renovate.nix index c518fe3..1e6dda3 100644 --- a/hosts/istal/services/renovate.nix +++ b/hosts/istal/services/renovate.nix @@ -39,8 +39,10 @@ }; globalExtends = ["npm:unpublishSafe"]; - cacheHardTtlMinutes = 60 * 24; - httpCacheTtlDays = 7; + cacheHardTtlMinutes = 30; + httpCacheTtlDays = 1; }; }; + + # systemd.services.renovate.environment.LOG_LEVEL = "debug"; }