mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Add a tweakable for the prim queue preload
This commit is contained in:
@@ -617,6 +617,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
newAvatar = new ScenePresence(client, m_parentScene, m_regInfo, appearance);
|
||||
newAvatar.IsChildAgent = true;
|
||||
newAvatar.MaxPrimsPerFrame = m_parentScene.MaxPrimsPerFrame;
|
||||
|
||||
AddScenePresence(newAvatar);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user