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.4.1
parent
e83bc049df
commit
6096a1f30e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue