Skip to content

GyroidVault v2.0.2 — Stability & Performance Release

Latest

Choose a tag to compare

@TeeCodeDev TeeCodeDev released this 13 Sep 12:56
· 2 commits to main since this release

A performance and stability update tackling CPU and memory issues on larger libraries:

Improvements & Fixes

  • Folder Browsing CPU Spike (#59): Fixed 100% CPU lockups when browsing folders. Added an index on library_path and replaced in-memory file loops with direct SQLite queries for folder thumbnails, making directory navigation instant.
  • Duplicate Scanner Memory Fix (#58): Switched file hashing from fs.readFileSync to streams (64KB chunks). RAM usage now stays below 1MB regardless of file size, preventing Docker OOM crashes on large files.
  • Better Container Logging: Added timestamps, HTTP request logs, and background job progress so you can actually see what's happening in your Unraid / Docker console.