From bc1f5ebbb960c180d55d0759467488b36ce67d86 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 1 Sep 2016 13:03:47 +0100 Subject: [PATCH] change MAXSENDRETRIESLEN from test value to normal --- OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs b/OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs index 5e867715bc..048ba69267 100644 --- a/OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs +++ b/OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs @@ -46,8 +46,8 @@ namespace OpenSim.Services.Connectors LogManager.GetLogger( MethodBase.GetCurrentMethod().DeclaringType); -// const int MAXSENDRETRIESLEN = 30; - const int MAXSENDRETRIESLEN = 2; + const int MAXSENDRETRIESLEN = 30; + private string m_ServerURI = String.Empty; private IImprovedAssetCache m_Cache = null; private int m_retryCounter;