host/istal: change renovate cache ttl
This commit is contained in:
parent
260907046b
commit
53fca9c808
1 changed files with 4 additions and 2 deletions
|
@ -39,8 +39,10 @@
|
|||
};
|
||||
globalExtends = ["npm:unpublishSafe"];
|
||||
|
||||
cacheHardTtlMinutes = 60 * 24;
|
||||
httpCacheTtlDays = 7;
|
||||
cacheHardTtlMinutes = 30;
|
||||
httpCacheTtlDays = 1;
|
||||
};
|
||||
};
|
||||
|
||||
# systemd.services.renovate.environment.LOG_LEVEL = "debug";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue