change MAXSENDRETRIESLEN from test value to normal
parent
04351cc1c2
commit
bc1f5ebbb9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue