mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed: SignalR requiring a home directory to function properly.
This commit is contained in:
@@ -14,6 +14,7 @@ namespace NzbDrone.Host.Owin.MiddleWare
|
||||
{
|
||||
SignalRDependencyResolver.Register(container);
|
||||
SignalRJsonSerializer.Register();
|
||||
SignalRProtectedData.Register();
|
||||
|
||||
// Half the default time (110s) to get under nginx's default 60 proxy_read_timeout
|
||||
GlobalHost.Configuration.ConnectionTimeout = TimeSpan.FromSeconds(55);
|
||||
|
||||
Reference in New Issue
Block a user