1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: increase proxy send timeout for immich, adjust some settings

This commit is contained in:
oddlama 2025-09-22 23:23:31 +02:00
parent 01d5056050
commit 140dba323c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 29 additions and 30 deletions

View file

@ -361,6 +361,7 @@ in
MACHINE_LEARNING_WORKERS = "1";
MACHINE_LEARNING_WORKER_TIMEOUT = "120";
MACHINE_LEARNING_CACHE_FOLDER = "/var/cache/immich";
XDG_CACHE_HOME = "/var/cache/immich";
IMMICH_HOST = "localhost";
IMMICH_PORT = "3003";
};