From 5a4fda9dc3aca873bcf034877eed1f9c5914493f Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Fri, 16 Oct 2009 11:09:18 -0700 Subject: Updating OpenSim.ini.example with the section required to enable a useful prioritization scheme --- bin/OpenSim.ini.example | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin') 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 @@ ; ;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 + ;; ;; These are defaults that are overwritten below in [Architecture]. ;; These defaults allow OpenSim to work out of the box with -- cgit v1.1