Change LongCallTime on WebUtil to 3000, to match the time where request handling is considered "slow".

This may be the wrong thing to do but stops lots of log spam in HG setups now that the monitoring is extended to other outgoing calls.
LongCallTime may need to be made configurable.
0.7.3-extended
Justin Clark-Casey (justincc) 2012-05-04 20:53:30 +01:00
parent 79aae63aff
commit aba803c447
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ namespace OpenSim.Framework
/// Number of milliseconds a call can take before it is considered
/// a "long" call for warning & debugging purposes
/// </summary>
public const int LongCallTime = 500;
public const int LongCallTime = 3000;
/// <summary>
/// The maximum length of any data logged because of a long request time.