mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00: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