mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 08:25:44 +08:00
yeack increase TimeoutMaxIdle again for now
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user