mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 13:16:33 +08:00
reduce httptimout on first try to save a asset to grid
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user