reduce httptimout on first try to save a asset to grid

0.9.1.0-post-fixes
UbitUmarov 2019-06-14 20:13:57 +01:00
parent 05f508229c
commit 03abb970f4
1 changed files with 1 additions and 1 deletions

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
{