mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
With mic's permission, adjust long call time info messages to 500ms from 200ms
This commit is contained in:
@@ -58,7 +58,7 @@ namespace OpenSim.Framework
|
||||
|
||||
// number of milliseconds a call can take before it is considered
|
||||
// a "long" call for warning & debugging purposes
|
||||
public const int LongCallTime = 200;
|
||||
public const int LongCallTime = 500;
|
||||
|
||||
/// <summary>
|
||||
/// Send LLSD to an HTTP client in application/llsd+json form
|
||||
|
||||
Reference in New Issue
Block a user