improve song caching. can be optionally enabled using --advanced-caching in the server. see --help for help.

This commit is contained in:
Mark
2024-01-17 22:16:06 +01:00
parent 26b06fa336
commit 3ffd6b6377
8 changed files with 329 additions and 42 deletions

View File

@@ -11,6 +11,7 @@ base64 = "0.21.2"
colorize = "0.1.0"
rand = "0.8.5"
rc-u8-reader = "2.0.16"
sysinfo = "0.30.5"
tokio = { version = "1.29.1", features = ["sync"] }
[features]