This commit is contained in:
2022-10-18 13:58:37 +02:00
parent 0fc63ed17d
commit 008d1c949d
5 changed files with 218 additions and 290 deletions

View File

@@ -103,7 +103,7 @@ export const config = convict({
maxAge: {
doc: 'The maximum age of a cached image',
format: String,
default: '1d',
default: '90d',
env: 'MAX_AGE',
},