From 4121a02936b306895840cf1574197b0f6621c19e Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Thu, 22 Oct 2009 10:15:28 -0700 Subject: OpenSim.ini.example had the wrong names for default values in the [InterestManagement] section. Fixed --- bin/OpenSim.ini.example | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 08f87d6..6ff70fc 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1396,12 +1396,13 @@ ;TextureDataLimit = 5 [InterestManagement] - ; This section controls how state updates are prioritized for each client - UpdatePrioritizationScheme = Distance - ReprioritizeUpdate = true - RootUpdateReprioritizationDistance = 10.0 - ChildUpdateReprioritizationDistance = 20.0 - ReprioritizeUpdatesInterval = 5000.0 + ; This section controls how state updates are prioritized for each client + ; Valid values are Time, Distance, and SimpleAngularDistance + UpdatePrioritizationScheme = Distance; + ReprioritizationEnabled = true; + ReprioritizationInterval = 2000.0; + RootReprioritizationDistance = 10.0; + ChildReprioritizationDistance = 20.0; ;; ;; These are defaults that are overwritten below in [Architecture]. -- cgit v1.1