aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors
diff options
context:
space:
mode:
authorUbitUmarov2016-09-01 13:03:47 +0100
committerUbitUmarov2016-09-01 13:03:47 +0100
commitbc1f5ebbb960c180d55d0759467488b36ce67d86 (patch)
treea6d98dfc6c01a1b0dbe07b9ad7cc2bfbbf3b15a4 /OpenSim/Services/Connectors
parentasset tests that still need UploadAttempts (diff)
downloadopensim-SC_OLD-bc1f5ebbb960c180d55d0759467488b36ce67d86.zip
opensim-SC_OLD-bc1f5ebbb960c180d55d0759467488b36ce67d86.tar.gz
opensim-SC_OLD-bc1f5ebbb960c180d55d0759467488b36ce67d86.tar.bz2
opensim-SC_OLD-bc1f5ebbb960c180d55d0759467488b36ce67d86.tar.xz
change MAXSENDRETRIESLEN from test value to normal
Diffstat (limited to 'OpenSim/Services/Connectors')
-rw-r--r--OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs4
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;