more work on gtk & code cleanup
This commit is contained in:
@@ -96,7 +96,7 @@ public class ApiServer : IApiServer
|
||||
var httpListener = new HttpListener();
|
||||
|
||||
httpListener.TimeoutManager.IdleConnection = new TimeSpan(0, 2, 0);
|
||||
|
||||
|
||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
||||
{
|
||||
httpListener.TimeoutManager.RequestQueue = new TimeSpan(0, 2, 0);
|
||||
|
||||
Reference in New Issue
Block a user