diff --git a/OpenSim/Framework/Servers/BaseOpenSimServer.cs b/OpenSim/Framework/Servers/BaseOpenSimServer.cs index 852e1b1a6e..f9d1a9482a 100644 --- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs +++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs @@ -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. /// - private Timer m_periodicLogStatsTimer = new Timer(60 * 60 * 1000); + private Timer m_periodicLogStatsTimer = new Timer(20 * 60 * 1000); protected ConsoleBase m_console;