mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +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
|
try
|
||||||
{
|
{
|
||||||
newID = SynchronousRestObjectRequester.
|
newID = SynchronousRestObjectRequester.
|
||||||
MakeRequest<AssetBase, string>("POST", uri, asset, 100000, m_Auth);
|
MakeRequest<AssetBase, string>("POST", uri, asset, 10000, m_Auth);
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user