cleanup unused cached images

This commit is contained in:
rubikscraft
2022-04-25 16:13:58 +02:00
parent 4cd642dc88
commit 8fb95c8bdf
9 changed files with 98 additions and 8 deletions

View File

@@ -4,4 +4,5 @@ export enum SysPreference {
JwtSecret = 'jwt_secret',
JwtExpiresIn = 'jwt_expires_in',
BCryptStrength = 'bcrypt_strength',
RemoveDerivativesAfter = 'remove_derivatives_after',
}