diff options
author | Justin Clarke Casey | 2008-06-13 16:23:31 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-13 16:23:31 +0000 |
commit | 520da0d9ff5721b05db89bed628d461b39f7fcb8 (patch) | |
tree | f410eb2137d9ec9bce087fa8de1c86f98c40d5aa /OpenSim/Framework | |
parent | * If appropriate, start printing out the inner exception from the grid -> reg... (diff) | |
download | opensim-SC_OLD-520da0d9ff5721b05db89bed628d461b39f7fcb8.zip opensim-SC_OLD-520da0d9ff5721b05db89bed628d461b39f7fcb8.tar.gz opensim-SC_OLD-520da0d9ff5721b05db89bed628d461b39f7fcb8.tar.bz2 opensim-SC_OLD-520da0d9ff5721b05db89bed628d461b39f7fcb8.tar.xz |
* minor: comment out confusing DefaultTimeout field in RestClient, which is currently not actually used
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/RestClient.cs | 2 |
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 |