mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
increase asset store web timeout to 30s again
This commit is contained in:
@@ -359,7 +359,7 @@ namespace OpenSim.Services.Connectors
|
||||
string newID;
|
||||
try
|
||||
{
|
||||
newID = SynchronousRestObjectRequester.MakeRequest<AssetBase, string>("POST", uri, asset, 10000, m_Auth);
|
||||
newID = SynchronousRestObjectRequester.MakeRequest<AssetBase, string>("POST", uri, asset, 30000, m_Auth);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user