mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
change MAXSENDRETRIESLEN from test value to normal
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user