mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 04:05:50 -04:00
removed dbg timeout
This commit is contained in:
parent
cd81a698a6
commit
ebabaac6b1
@ -168,7 +168,6 @@ namespace Jellyfin.Server
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
await Task.Delay(50000).ConfigureAwait(false);
|
|
||||||
await _setupServer!.StopAsync().ConfigureAwait(false);
|
await _setupServer!.StopAsync().ConfigureAwait(false);
|
||||||
_setupServer.Dispose();
|
_setupServer.Dispose();
|
||||||
_setupServer = null!;
|
_setupServer = null!;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user