mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
removed dbg timeout
This commit is contained in:
@@ -168,7 +168,6 @@ namespace Jellyfin.Server
|
||||
|
||||
try
|
||||
{
|
||||
await Task.Delay(50000).ConfigureAwait(false);
|
||||
await _setupServer!.StopAsync().ConfigureAwait(false);
|
||||
_setupServer.Dispose();
|
||||
_setupServer = null!;
|
||||
|
||||
Reference in New Issue
Block a user