aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2019-02-26 22:40:25 +0100
committerClaus Vium <clausvium@gmail.com>2019-02-26 22:40:25 +0100
commit9c02e99e35fa6811502944b19dd1479750ff8f20 (patch)
tree18d3cb3e9f61da05c4ec8e4531268632d3048440 /Emby.Server.Implementations/ApplicationHost.cs
parent148db8b81ac4bb52262e071e6920b1449c8611fe (diff)
Undo some of the span abuse
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index a1ea17904..0b4a2fd30 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -1676,7 +1676,7 @@ namespace Emby.Server.Implementations
LogErrorResponseBody = false,
LogErrors = logPing,
LogRequest = logPing,
- TimeoutMs = 30000,
+ TimeoutMs = 5000,
BufferContent = false,
CancellationToken = cancellationToken