diff options
author | Melanie Thielker | 2009-05-01 19:33:18 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-01 19:33:18 +0000 |
commit | 0f721da5f1f2827a286fadb8ef7207266ba2d9f1 (patch) | |
tree | 7df098edb0251de54c520f1ff082eaa703a56cb5 /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | Throttle prim sending a bit (again) to ensure the queues don't overrun and (diff) | |
download | opensim-SC_OLD-0f721da5f1f2827a286fadb8ef7207266ba2d9f1.zip opensim-SC_OLD-0f721da5f1f2827a286fadb8ef7207266ba2d9f1.tar.gz opensim-SC_OLD-0f721da5f1f2827a286fadb8ef7207266ba2d9f1.tar.bz2 opensim-SC_OLD-0f721da5f1f2827a286fadb8ef7207266ba2d9f1.tar.xz |
Add a tweakable for the prim queue preload
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 4b4461f..7f23b7a 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -617,6 +617,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
617 | 617 | ||
618 | newAvatar = new ScenePresence(client, m_parentScene, m_regInfo, appearance); | 618 | newAvatar = new ScenePresence(client, m_parentScene, m_regInfo, appearance); |
619 | newAvatar.IsChildAgent = true; | 619 | newAvatar.IsChildAgent = true; |
620 | newAvatar.MaxPrimsPerFrame = m_parentScene.MaxPrimsPerFrame; | ||
620 | 621 | ||
621 | AddScenePresence(newAvatar); | 622 | AddScenePresence(newAvatar); |
622 | 623 | ||