diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 2b54421..5c8afa7 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -95,7 +95,7 @@ namespace OpenSim | |||
95 | m_log.InfoFormat("[OPENSIM MAIN]: GC Is Server GC: {0}", GCSettings.IsServerGC.ToString()); | 95 | m_log.InfoFormat("[OPENSIM MAIN]: GC Is Server GC: {0}", GCSettings.IsServerGC.ToString()); |
96 | // http://msdn.microsoft.com/en-us/library/bb384202.aspx | 96 | // http://msdn.microsoft.com/en-us/library/bb384202.aspx |
97 | //GCSettings.LatencyMode = GCLatencyMode.Batch; | 97 | //GCSettings.LatencyMode = GCLatencyMode.Batch; |
98 | m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", GCSettings.LatencyMode.ToString()); | 98 | //m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", GCSettings.LatencyMode.ToString()); |
99 | 99 | ||
100 | m_console = new ConsoleBase("Region", this); | 100 | m_console = new ConsoleBase("Region", this); |
101 | MainConsole.Instance = m_console; | 101 | MainConsole.Instance = m_console; |