mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
revert SynchronousRestObjectRequester timeout to miliseconds, and fix where it was wrong set in seconds
This commit is contained in:
@@ -1246,7 +1246,7 @@ namespace OpenSim.Framework
|
||||
auth.AddAuthorization(ht.Headers);
|
||||
|
||||
if (pTimeout != 0)
|
||||
request.Timeout = pTimeout * 1000;
|
||||
request.Timeout = pTimeout;
|
||||
|
||||
if (maxConnections > 0 && ht.ServicePoint.ConnectionLimit < maxConnections)
|
||||
ht.ServicePoint.ConnectionLimit = maxConnections;
|
||||
|
||||
Reference in New Issue
Block a user