aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJohn Hurliman2009-10-22 10:15:28 -0700
committerJohn Hurliman2009-10-22 10:15:28 -0700
commit4121a02936b306895840cf1574197b0f6621c19e (patch)
tree14fc8155485b913c8713df3924ad5b68c3105f23 /bin/OpenSim.ini.example
parentAdd copyright header. Formatting cleanup. (diff)
downloadopensim-SC_OLD-4121a02936b306895840cf1574197b0f6621c19e.zip
opensim-SC_OLD-4121a02936b306895840cf1574197b0f6621c19e.tar.gz
opensim-SC_OLD-4121a02936b306895840cf1574197b0f6621c19e.tar.bz2
opensim-SC_OLD-4121a02936b306895840cf1574197b0f6621c19e.tar.xz
OpenSim.ini.example had the wrong names for default values in the [InterestManagement] section. Fixed
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example13
1 files changed, 7 insertions, 6 deletions
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 @@
1396 ;TextureDataLimit = 5 1396 ;TextureDataLimit = 5
1397 1397
1398[InterestManagement] 1398[InterestManagement]
1399 ; This section controls how state updates are prioritized for each client 1399 ; This section controls how state updates are prioritized for each client
1400 UpdatePrioritizationScheme = Distance 1400 ; Valid values are Time, Distance, and SimpleAngularDistance
1401 ReprioritizeUpdate = true 1401 UpdatePrioritizationScheme = Distance;
1402 RootUpdateReprioritizationDistance = 10.0 1402 ReprioritizationEnabled = true;
1403 ChildUpdateReprioritizationDistance = 20.0 1403 ReprioritizationInterval = 2000.0;
1404 ReprioritizeUpdatesInterval = 5000.0 1404 RootReprioritizationDistance = 10.0;
1405 ChildReprioritizationDistance = 20.0;
1405 1406
1406;; 1407;;
1407;; These are defaults that are overwritten below in [Architecture]. 1408;; These are defaults that are overwritten below in [Architecture].