reduce httptimout on first try to save a asset to grid

This commit is contained in:
UbitUmarov
2019-06-14 20:13:57 +01:00
parent 05f508229c
commit 03abb970f4

View File

@@ -510,7 +510,7 @@ namespace OpenSim.Services.Connectors
try
{
newID = SynchronousRestObjectRequester.
MakeRequest<AssetBase, string>("POST", uri, asset, 100000, m_Auth);
MakeRequest<AssetBase, string>("POST", uri, asset, 10000, m_Auth);
}
catch
{