change cache sizes to not fill up entire fisk

This commit is contained in:
Chaos 2022-11-20 12:24:57 +00:00
parent 1dae364c34
commit 92517c7c53
No known key found for this signature in database

View file

@ -39,6 +39,8 @@ in {
"--htpasswd=${secrets.webdav_media_htpasswd.path}"
"--baseurl=/media/"
"--cache-dir=/caches/media_webdav_serve"
"--vfs-cache-max-age=30m"
"--vfs-cache-max-size=5g"
"--vfs-cache-mode=full"
];
inherit serviceConfig;