mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03: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