mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Initial Commit Rework
This commit is contained in:
@@ -14,6 +14,8 @@ namespace NzbDrone.Host.Owin.MiddleWare
|
||||
{
|
||||
SignalrDependencyResolver.Register(container);
|
||||
|
||||
// Half the default time (110s) to get under nginx's default 60 proxy_read_timeout
|
||||
GlobalHost.Configuration.ConnectionTimeout = TimeSpan.FromSeconds(55);
|
||||
GlobalHost.Configuration.DisconnectTimeout = TimeSpan.FromMinutes(3);
|
||||
}
|
||||
|
||||
@@ -22,4 +24,4 @@ namespace NzbDrone.Host.Owin.MiddleWare
|
||||
appBuilder.MapConnection("signalr", typeof(NzbDronePersistentConnection), new ConnectionConfiguration { EnableCrossDomain = true });
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user