Increase JuiceFS cache TTL to 60 seconds
This commit is contained in:
@@ -10,9 +10,9 @@ ExecStart=/usr/local/bin/juicefs mount redis://:{{ redis_password }}@localhost:6
|
|||||||
--buffer-size=4096 \
|
--buffer-size=4096 \
|
||||||
--prefetch=16 \
|
--prefetch=16 \
|
||||||
--cache-size=131072 \
|
--cache-size=131072 \
|
||||||
--attr-cache=4 \
|
--attr-cache=60 \
|
||||||
--entry-cache=4 \
|
--entry-cache=60 \
|
||||||
--open-cache=4 \
|
--open-cache=60 \
|
||||||
-o writeback_cache \
|
-o writeback_cache \
|
||||||
--max-uploads=80 \
|
--max-uploads=80 \
|
||||||
--max-deletes=80 \
|
--max-deletes=80 \
|
||||||
|
Reference in New Issue
Block a user