diff options
author | Tedd Hansen | 2008-12-05 13:12:16 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-12-05 13:12:16 +0000 |
commit | 336daa1aa8aa845d048ee01443198a6076619655 (patch) | |
tree | 955811a0c4380308b0ea27050e93c91d61d39e1f /OpenSim | |
parent | Fix: removed m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", GCSetti... (diff) | |
download | opensim-SC_OLD-336daa1aa8aa845d048ee01443198a6076619655.zip opensim-SC_OLD-336daa1aa8aa845d048ee01443198a6076619655.tar.gz opensim-SC_OLD-336daa1aa8aa845d048ee01443198a6076619655.tar.bz2 opensim-SC_OLD-336daa1aa8aa845d048ee01443198a6076619655.tar.xz |
save file before commit is often useful
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; |