diff options
Diffstat (limited to 'OpenSim/Framework/WebUtil.cs')
-rw-r--r-- | OpenSim/Framework/WebUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index 478d2a7..2aa4af5 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs | |||
@@ -68,7 +68,7 @@ namespace OpenSim.Framework | |||
68 | /// Number of milliseconds a call can take before it is considered | 68 | /// Number of milliseconds a call can take before it is considered |
69 | /// a "long" call for warning & debugging purposes | 69 | /// a "long" call for warning & debugging purposes |
70 | /// </summary> | 70 | /// </summary> |
71 | public const int LongCallTime = 500; | 71 | public const int LongCallTime = 3000; |
72 | 72 | ||
73 | /// <summary> | 73 | /// <summary> |
74 | /// The maximum length of any data logged because of a long request time. | 74 | /// The maximum length of any data logged because of a long request time. |