From fe16a8c5565d51d0ba6e3a9bc034f819a8912301 Mon Sep 17 00:00:00 2001 From: deflax Date: Wed, 3 Jan 2024 02:42:43 +0000 Subject: [PATCH] finetune home-gallery --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index da23439..0c5fd00 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -105,8 +105,8 @@ services: image: xemle/home-gallery:1.14.5 environment: - GALLERY_API_SERVER=http://archive-api:3000 - - GALLERY_API_SERVER_CONCURRENT=1 # for SoC devices like Rasperry Pi. Use 5 otherwise - - GALLERY_API_SERVER_TIMEOUT=60 # for SoC devices like Rasperry Pi. Use 30 otherwise + - GALLERY_API_SERVER_CONCURRENT=5 # for SoC devices like Rasperry Pi. Use 5 otherwise + - GALLERY_API_SERVER_TIMEOUT=30 # for SoC devices like Rasperry Pi. Use 30 otherwise #- GALLERY_USE_NATIVE=ffprobe,ffmpeg,vipsthumbnail # On issues with sharp resizer - GALLERY_OPEN_BROWSER=false # Use polling for safety of possible network mounts. Try 0 to use inotify via fs.watch