aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/WebUtil.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-01-19 01:13:10 +0000
committerJustin Clark-Casey (justincc)2011-01-19 01:13:10 +0000
commita42faca5b92f5c17c16b79fcf0df446d1aa08ae1 (patch)
treed7212023df98c6be68a6caf2b7776a1c9c360ffa /OpenSim/Framework/WebUtil.cs
parentDowngrade and comment out some other caps messages for now (diff)
downloadopensim-SC_OLD-a42faca5b92f5c17c16b79fcf0df446d1aa08ae1.zip
opensim-SC_OLD-a42faca5b92f5c17c16b79fcf0df446d1aa08ae1.tar.gz
opensim-SC_OLD-a42faca5b92f5c17c16b79fcf0df446d1aa08ae1.tar.bz2
opensim-SC_OLD-a42faca5b92f5c17c16b79fcf0df446d1aa08ae1.tar.xz
With mic's permission, adjust long call time info messages to 500ms from 200ms
Diffstat (limited to 'OpenSim/Framework/WebUtil.cs')
-rw-r--r--OpenSim/Framework/WebUtil.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs
index d88d095..d731ac5 100644
--- a/OpenSim/Framework/WebUtil.cs
+++ b/OpenSim/Framework/WebUtil.cs
@@ -58,7 +58,7 @@ namespace OpenSim.Framework
58 58
59 // number of milliseconds a call can take before it is considered 59 // number of milliseconds a call can take before it is considered
60 // a "long" call for warning & debugging purposes 60 // a "long" call for warning & debugging purposes
61 public const int LongCallTime = 200; 61 public const int LongCallTime = 500;
62 62
63 /// <summary> 63 /// <summary>
64 /// Send LLSD to an HTTP client in application/llsd+json form 64 /// Send LLSD to an HTTP client in application/llsd+json form