OpenSim.ini.example had the wrong names for default values in the [InterestManagement] section. Fixed

0.6.8-post-fixes
John Hurliman 2009-10-22 10:15:28 -07:00
parent d756fa01ae
commit 4121a02936
1 changed files with 7 additions and 6 deletions

View File

@ -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].