Increase JuiceFS cache TTL to 60 seconds
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 26s
Nix Format Check / check-format (push) Failing after 1m35s
Python Lint Check / check-python (push) Failing after 21s

This commit is contained in:
2025-06-24 11:12:24 +02:00
parent 1eae205e7d
commit 41d15eedde

View File

@@ -10,9 +10,9 @@ ExecStart=/usr/local/bin/juicefs mount redis://:{{ redis_password }}@localhost:6
--buffer-size=4096 \
--prefetch=16 \
--cache-size=131072 \
--attr-cache=4 \
--entry-cache=4 \
--open-cache=4 \
--attr-cache=60 \
--entry-cache=60 \
--open-cache=60 \
-o writeback_cache \
--max-uploads=80 \
--max-deletes=80 \