OpenSim.ini.example had the wrong names for default values in the [InterestManagement] section. Fixed
parent
d756fa01ae
commit
4121a02936
|
@ -1397,11 +1397,12 @@
|
||||||
|
|
||||||
[InterestManagement]
|
[InterestManagement]
|
||||||
; This section controls how state updates are prioritized for each client
|
; This section controls how state updates are prioritized for each client
|
||||||
UpdatePrioritizationScheme = Distance
|
; Valid values are Time, Distance, and SimpleAngularDistance
|
||||||
ReprioritizeUpdate = true
|
UpdatePrioritizationScheme = Distance;
|
||||||
RootUpdateReprioritizationDistance = 10.0
|
ReprioritizationEnabled = true;
|
||||||
ChildUpdateReprioritizationDistance = 20.0
|
ReprioritizationInterval = 2000.0;
|
||||||
ReprioritizeUpdatesInterval = 5000.0
|
RootReprioritizationDistance = 10.0;
|
||||||
|
ChildReprioritizationDistance = 20.0;
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; These are defaults that are overwritten below in [Architecture].
|
;; These are defaults that are overwritten below in [Architecture].
|
||||||
|
|
Loading…
Reference in New Issue