From 75a345cacff607b8f4d2e4140fca10412b977050 Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Wed, 22 Oct 2025 12:15:04 +0800 Subject: [PATCH] Update thumbnail-server.md --- manual/extension/thumbnail-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/extension/thumbnail-server.md b/manual/extension/thumbnail-server.md index e47fe5ec..ffe7050e 100644 --- a/manual/extension/thumbnail-server.md +++ b/manual/extension/thumbnail-server.md @@ -132,4 +132,4 @@ Placeholder spot for shared volumes. You may elect to store certain persistent i ## Common issues when settings up thumbnail server ### Thumbnails cannot be generated for high-resolution images -This is because generating thumbnails for high-resolution images can impact system performance. You can raise the threshold by setting the `THUMBNAIL_IMAGE_ORIGINAL_SIZE_LIMIT` environment variable in the env file; the default is 256. +This is because generating thumbnails for high-resolution images can impact system performance. You can raise the threshold by setting the `THUMBNAIL_IMAGE_ORIGINAL_SIZE_LIMIT` environment variable in the env file; the default is 256 (MB).