diff options
author | Justin Clark-Casey (justincc) | 2012-10-05 01:45:49 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-05 01:45:49 +0100 |
commit | 03136df1a7f858482ef755d342a33e5b6cfa6ae7 (patch) | |
tree | 0ef9d8f2a3a99a3f8331b21c5bbb7b7ecebe1ef5 /OpenSim/Region | |
parent | Read PacketPool config in LLUDPServer with other config params rather than in... (diff) | |
download | opensim-SC_OLD-03136df1a7f858482ef755d342a33e5b6cfa6ae7.zip opensim-SC_OLD-03136df1a7f858482ef755d342a33e5b6cfa6ae7.tar.gz opensim-SC_OLD-03136df1a7f858482ef755d342a33e5b6cfa6ae7.tar.bz2 opensim-SC_OLD-03136df1a7f858482ef755d342a33e5b6cfa6ae7.tar.xz |
Forgot to actually remove the packetpool set code from scene.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 0a4aa4a..e6b8c16 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -801,13 +801,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
801 | SpawnPointRouting = startupConfig.GetString("SpawnPointRouting", "closest"); | 801 | SpawnPointRouting = startupConfig.GetString("SpawnPointRouting", "closest"); |
802 | TelehubAllowLandmarks = startupConfig.GetBoolean("TelehubAllowLandmark", false); | 802 | TelehubAllowLandmarks = startupConfig.GetBoolean("TelehubAllowLandmark", false); |
803 | 803 | ||
804 | IConfig packetConfig = m_config.Configs["PacketPool"]; | ||
805 | if (packetConfig != null) | ||
806 | { | ||
807 | PacketPool.Instance.RecyclePackets = packetConfig.GetBoolean("RecyclePackets", true); | ||
808 | PacketPool.Instance.RecycleDataBlocks = packetConfig.GetBoolean("RecycleDataBlocks", true); | ||
809 | } | ||
810 | |||
811 | m_strictAccessControl = startupConfig.GetBoolean("StrictAccessControl", m_strictAccessControl); | 804 | m_strictAccessControl = startupConfig.GetBoolean("StrictAccessControl", m_strictAccessControl); |
812 | 805 | ||
813 | m_generateMaptiles = startupConfig.GetBoolean("GenerateMaptiles", true); | 806 | m_generateMaptiles = startupConfig.GetBoolean("GenerateMaptiles", true); |