mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-15 16:37:28 +00:00
[clsi] increase CACHE_AGE for output files to 90 minutes (#24322)
GitOrigin-RevId: d6208281be8d9a97278f7c60e203de68eb3f7501
This commit is contained in:
parent
0c3a62297a
commit
5cdaa424ee
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ module.exports = OutputCacheManager = {
|
|||
BUILD_REGEX: /^[0-9a-f]+(-[0-9a-f]+)?$/,
|
||||
CONTENT_REGEX: /^[0-9a-f]+(-[0-9a-f]+)?$/,
|
||||
CACHE_LIMIT: 2, // maximum number of cache directories
|
||||
CACHE_AGE: 60 * 60 * 1000, // up to one hour old
|
||||
CACHE_AGE: 90 * 60 * 1000, // up to 90 minutes old
|
||||
|
||||
init,
|
||||
queueDirOperation: callbackify(queueDirOperation),
|
||||
|
|
Loading…
Add table
Reference in a new issue