mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* minor: Reduce statistic log snapshots to every 20 minutes to get more information
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OpenSim.Framework.Servers
|
||||
/// This will control a periodic log printout of the current 'show stats' (if they are active) for this
|
||||
/// server.
|
||||
/// </summary>
|
||||
private Timer m_periodicLogStatsTimer = new Timer(60 * 60 * 1000);
|
||||
private Timer m_periodicLogStatsTimer = new Timer(20 * 60 * 1000);
|
||||
|
||||
protected ConsoleBase m_console;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user