mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-04 20:34:06 +01:00
removed dbg timeout
This commit is contained in:
parent
cd81a698a6
commit
ebabaac6b1
1 changed files with 0 additions and 1 deletions
|
|
@ -168,7 +168,6 @@ namespace Jellyfin.Server
|
|||
|
||||
try
|
||||
{
|
||||
await Task.Delay(50000).ConfigureAwait(false);
|
||||
await _setupServer!.StopAsync().ConfigureAwait(false);
|
||||
_setupServer.Dispose();
|
||||
_setupServer = null!;
|
||||
|
|
|
|||
Loading…
Reference in a new issue