mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-06 21:24:09 +00:00
13 lines
311 B
YAML
13 lines
311 B
YAML
---
|
|
server: https://mus.test.com
|
|
mountpoint: /srv/mus-fuse
|
|
http_user: username
|
|
http_pass: passwd1337
|
|
|
|
# How many KiB of file beginnings download and store in RAM.
|
|
# It's speeding up any metadata operations and media library scanning.
|
|
cache_head: 768
|
|
|
|
# How many count of `cache_head` store.
|
|
cache_max_count: 10
|