Address review comments

This commit is contained in:
Vasily
2019-10-16 16:13:59 +03:00
parent adccc18298
commit 6b6fede2e0
2 changed files with 5 additions and 4 deletions

View File

@@ -543,6 +543,7 @@ namespace Emby.Server.Implementations.HttpServer
{
_logger.LogDebug("Sending HTTP Response 500 in response to {Url}", urlToLog);
}
stopWatch.Stop();
var elapsed = stopWatch.Elapsed;
if (elapsed.TotalMilliseconds > 500)