mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
So slow, even it knows that. #2278
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 @IngwiePhoenix on GitHub (Nov 22, 2020).
Describe the bug
Updating a library, letting it scrub for metadata or even just sending HTTP responses, is awfuly slow...
Some excerpts:
(The exceptions themselves are okay - but look at the time inbetween them,,,)
It really feels like the task scheduler is limiting itself a lot. Or is this depending on the disk I/O? In that case, it could actually be that I am using a WebDAV mount as my library source. But sending HTTP requests - or even processing them internally - really shouldn't take so long.
System (please complete the following information):
davfs2on$jellyfin_home/mounts/seafile/with-o rw,uid=jellyfin,gid=jellyfinTo Reproduce
A little convoluted to reproduce, actually. But I'll give you the gist of it.
davfs2davfs2to mount your Seafile dataExpected behavior
A speedy lookup, really. That, and faster HTTP responses. It's incredibly slow sometimes. Right now, it's been five minutes since I sent a trigger to update metadata manually and the circle is still spinning...
Logs
I posted snippets above.
Screenshots
All I could give you is a spinning circle... I don't think you need that :)
Additional context
Maybe my Server hardware?
If you need something else, please let me know!
@ferferga commented on GitHub (Nov 22, 2020):
Have you tried other provider? Server does scanning sequentially instead of parallel, so yes, it takes a lot. We're working to fix that. However, TVDB also plays a key role here, their API is not very good and they have huge response times sometimes. Swicth to TMDB instead and let's see what happens.
@ferferga commented on GitHub (Dec 1, 2020):
@IngwiePhoenix Any news about this?