change MAXSENDRETRIESLEN from test value to normal

LSLKeyTest
UbitUmarov 2016-09-01 13:03:47 +01:00
parent 04351cc1c2
commit bc1f5ebbb9
1 changed files with 2 additions and 2 deletions

View File

@ -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;