From 2af4f8f51e70e0b55983c351f779ab0a00e395aa Mon Sep 17 00:00:00 2001 From: chaos Date: Mon, 16 Dec 2024 18:18:07 +0000 Subject: [PATCH] work on photoprism --- hosts/hetzner-arm/profiles/photoprism.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hetzner-arm/profiles/photoprism.nix b/hosts/hetzner-arm/profiles/photoprism.nix index ab90d53..acfd294 100644 --- a/hosts/hetzner-arm/profiles/photoprism.nix +++ b/hosts/hetzner-arm/profiles/photoprism.nix @@ -20,8 +20,8 @@ --cache-dir=/PhotosCache \ --dir-cache-time=1h \ --vfs-cache-mode=full \ - --vfs-cache-max-size=2g \ - --vfs-cache-max-age=10m \ + --vfs-cache-max-size=5g \ + --vfs-cache-max-age=24h \ --log-level=INFO "$@" '';