1
0
mirror of https://github.com/immich-app/immich.git synced 2025-09-16 09:36:54 +02:00

fix(server): image config not being updated (#8579)

update system config key
This commit is contained in:
Mert
2024-04-06 21:06:26 -04:00
committed by GitHub
parent 33fd27f113
commit 4681ff88d0

View File

@@ -99,10 +99,12 @@ export enum SystemConfigKey {
STORAGE_TEMPLATE_HASH_VERIFICATION_ENABLED = 'storageTemplate.hashVerificationEnabled',
STORAGE_TEMPLATE = 'storageTemplate.template',
THUMBNAIL_WEBP_SIZE = 'thumbnail.webpSize',
THUMBNAIL_JPEG_SIZE = 'thumbnail.jpegSize',
THUMBNAIL_QUALITY = 'thumbnail.quality',
THUMBNAIL_COLORSPACE = 'thumbnail.colorspace',
IMAGE_THUMBNAIL_FORMAT = 'image.thumbnailFormat',
IMAGE_THUMBNAIL_SIZE = 'image.thumbnailSize',
IMAGE_PREVIEW_FORMAT = 'image.previewFormat',
IMAGE_PREVIEW_SIZE = 'image.previewSize',
IMAGE_QUALITY = 'image.quality',
IMAGE_COLORSPACE = 'image.colorspace',
TRASH_ENABLED = 'trash.enabled',
TRASH_DAYS = 'trash.days',