mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[10.11RC1] Delay on startup with large drives #7080
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @theguymadmax on GitHub (Jun 10, 2025).
Description of the bug
At startup, Jellyfin scans media mounts for drive space, which leads to large delays. The delay varies between 6 to 12 minutes. During this time, I can hear the drives actively working.
Reproduction steps
What is the current bug behavior?
Delay in startup.
What is the expected correct behavior?
Option to disable scanning media mounts or some improvement in speed.
Jellyfin Server version
Master
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.11RC1
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@enter-a-random-username commented on GitHub (Jun 10, 2025):
I had that in the beginning, but at the moment it takes a few seconds. Did a lot of cleanup and queries got a lot of optimizations,
Maybe i misunderstand the definition of large.
I run on optimistic and Jellyfin DB runs on NVMe and cache for DB on /tmp that is mounted to tmpfs.
Do you use a trigger on application start for scheduler tasks?