change MAXSENDRETRIESLEN from test value to normal
parent
04351cc1c2
commit
bc1f5ebbb9
|
@ -46,8 +46,8 @@ namespace OpenSim.Services.Connectors
|
||||||
LogManager.GetLogger(
|
LogManager.GetLogger(
|
||||||
MethodBase.GetCurrentMethod().DeclaringType);
|
MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
// const int MAXSENDRETRIESLEN = 30;
|
const int MAXSENDRETRIESLEN = 30;
|
||||||
const int MAXSENDRETRIESLEN = 2;
|
|
||||||
private string m_ServerURI = String.Empty;
|
private string m_ServerURI = String.Empty;
|
||||||
private IImprovedAssetCache m_Cache = null;
|
private IImprovedAssetCache m_Cache = null;
|
||||||
private int m_retryCounter;
|
private int m_retryCounter;
|
||||||
|
|
Loading…
Reference in New Issue