aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJohn Hurliman2009-10-16 11:09:18 -0700
committerJohn Hurliman2009-10-16 11:09:18 -0700
commit5a4fda9dc3aca873bcf034877eed1f9c5914493f (patch)
tree1747f4c7f9d2fc94b146cb728ffd01bef0ac9774 /bin
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim into priorit... (diff)
downloadopensim-SC_OLD-5a4fda9dc3aca873bcf034877eed1f9c5914493f.zip
opensim-SC_OLD-5a4fda9dc3aca873bcf034877eed1f9c5914493f.tar.gz
opensim-SC_OLD-5a4fda9dc3aca873bcf034877eed1f9c5914493f.tar.bz2
opensim-SC_OLD-5a4fda9dc3aca873bcf034877eed1f9c5914493f.tar.xz
Updating OpenSim.ini.example with the section required to enable a useful prioritization scheme
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 002745d..ba797e6 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1385,6 +1385,14 @@
1385 ; 1385 ;
1386 ;TextureDataLimit = 5 1386 ;TextureDataLimit = 5
1387 1387
1388[InterestManagement]
1389 ; This section controls how state updates are prioritized for each client
1390 UpdatePrioritizationScheme = Distance
1391 ReprioritizeUpdate = true
1392 RootUpdateReprioritizationDistance = 10.0
1393 ChildUpdateReprioritizationDistance = 20.0
1394 ReprioritizeUpdatesInterval = 5000.0
1395
1388;; 1396;;
1389;; These are defaults that are overwritten below in [Architecture]. 1397;; These are defaults that are overwritten below in [Architecture].
1390;; These defaults allow OpenSim to work out of the box with 1398;; These defaults allow OpenSim to work out of the box with