diff --git a/OpenSim/Framework/Communications/RestClient.cs b/OpenSim/Framework/Communications/RestClient.cs index e1b2b394e1..f6c33a8165 100644 --- a/OpenSim/Framework/Communications/RestClient.cs +++ b/OpenSim/Framework/Communications/RestClient.cs @@ -110,7 +110,7 @@ namespace OpenSim.Framework.Communications /// /// Default time out period /// - private const int DefaultTimeout = 10*1000; // 10 seconds timeout + //private const int DefaultTimeout = 10*1000; // 10 seconds timeout /// /// Default Buffer size of a block requested from the web-server