diff options
author | UbitUmarov | 2016-09-01 13:03:47 +0100 |
---|---|---|
committer | UbitUmarov | 2016-09-01 13:03:47 +0100 |
commit | bc1f5ebbb960c180d55d0759467488b36ce67d86 (patch) | |
tree | a6d98dfc6c01a1b0dbe07b9ad7cc2bfbbf3b15a4 | |
parent | asset tests that still need UploadAttempts (diff) | |
download | opensim-SC-bc1f5ebbb960c180d55d0759467488b36ce67d86.zip opensim-SC-bc1f5ebbb960c180d55d0759467488b36ce67d86.tar.gz opensim-SC-bc1f5ebbb960c180d55d0759467488b36ce67d86.tar.bz2 opensim-SC-bc1f5ebbb960c180d55d0759467488b36ce67d86.tar.xz |
change MAXSENDRETRIESLEN from test value to normal
-rw-r--r-- | OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs b/OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs index 5e86771..048ba69 100644 --- a/OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs +++ b/OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs | |||
@@ -46,8 +46,8 @@ namespace OpenSim.Services.Connectors | |||
46 | LogManager.GetLogger( | 46 | LogManager.GetLogger( |
47 | MethodBase.GetCurrentMethod().DeclaringType); | 47 | MethodBase.GetCurrentMethod().DeclaringType); |
48 | 48 | ||
49 | // const int MAXSENDRETRIESLEN = 30; | 49 | const int MAXSENDRETRIESLEN = 30; |
50 | const int MAXSENDRETRIESLEN = 2; | 50 | |
51 | private string m_ServerURI = String.Empty; | 51 | private string m_ServerURI = String.Empty; |
52 | private IImprovedAssetCache m_Cache = null; | 52 | private IImprovedAssetCache m_Cache = null; |
53 | private int m_retryCounter; | 53 | private int m_retryCounter; |