aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/Communications/RestClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/RestClient.cs b/OpenSim/Framework/Communications/RestClient.cs
index e1b2b39..f6c33a8 100644
--- a/OpenSim/Framework/Communications/RestClient.cs
+++ b/OpenSim/Framework/Communications/RestClient.cs
@@ -110,7 +110,7 @@ namespace OpenSim.Framework.Communications
110 /// <summary> 110 /// <summary>
111 /// Default time out period 111 /// Default time out period
112 /// </summary> 112 /// </summary>
113 private const int DefaultTimeout = 10*1000; // 10 seconds timeout 113 //private const int DefaultTimeout = 10*1000; // 10 seconds timeout
114 114
115 /// <summary> 115 /// <summary>
116 /// Default Buffer size of a block requested from the web-server 116 /// Default Buffer size of a block requested from the web-server