yeack increase TimeoutMaxIdle again for now

master
UbitUmarov 2020-04-09 18:43:55 +01:00
parent 50cd0ab982
commit 6fea9dafaf
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ namespace OSHttpServer
public int TimeoutRequestReceived = 30000; // 30 seconds
// The difference between this and request received is on POST more time is needed before we get the full request.
public int TimeoutMaxIdle = 180000; // 3 minutes
public int TimeoutMaxIdle = 600000; // 3 minutes
public int m_TimeoutKeepAlive = MAXKEEPALIVE; // 400 seconds before keepalive timeout
public int m_maxRequests = MAXREQUESTS;