Results 121 comments of Pascal

Update to 10.8.7 the problem reappeared :( if freeze the entire Jellyfin server with a 20% CPU Load for some time when i go to the dashboard with about 10...

Same problem here. it run smooth for about few hours and fastly slow down especialy on the admin pannel. Tested native install on Debian 11 without VM or Docker. i9...

For me the problem (since 10.8.0 and to 10.8.5 last stable) appear when there is about 10 users and when I go to admin panel. User information don't appear and...

> > For me the problem (since 10.8.0 and to 10.8.5 last stable) appear when there is about 10 users and when I go to admin panel. User information don't...

I use Apache SSL Websocket reverse proxy, jellyfin server get the same request in all case (domain or public IP)

Look fixed for me on 10.8.6, problem hard to reproduce but I'm about 90% sure with a few days of heavy use.

I use 1 account for multiples friends and I don't want the remote control feature how to disable it ?

I found .headerCastButton { display: none; } is good for my usage

I learned a lot tonight. On last stable, with 42 testing users the server saturate with 100% I/O on jbd2/nvme0n1p2- This process is the EXT4 kernel thread for FS Journal....

The best search results order is by LENGTH(Name) for huge collection. ``` git diff Emby.Server.Implementations/Data/SqliteItemRepository.cs diff --git a/Emby.Server.Implementations/Data/SqliteItemRepository.cs b/Emby.Server.Implementations/Data/SqliteItemRepository.cs index 7921a0854..5c984f433 100644 --- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs +++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs @@ -2987,7 +2987,8 @@...