⬆️ Bump version to v0.3.47

- Update package versions in Cargo.toml, lockfile and version.txt to v0.3.47
- Optimize SQLite database initialization with WAL mode, larger cache and critical missing indexes (idx_metadata_key_value, idx_asset_last_used/hits)
- Fix production bug in OpenHome renderer: avoid blocking main thread when loading metadata for large queues; offload preloading of next 10 items to background task with small delays
- Minor formatting cleanup in db.rs
This commit is contained in:
2026-04-09 23:06:26 +02:00
parent f2be1b9bc1
commit 353e54af76
5 changed files with 66 additions and 8 deletions

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "PMOMusic"
version = "0.3.45"
version = "0.3.46"
dependencies = [
"axum 0.8.7",
"console-subscriber",