Updating OpenSim.ini.example with the section required to enable a useful prioritization scheme

prioritization
John Hurliman 2009-10-16 11:09:18 -07:00
parent 06354a093d
commit 5a4fda9dc3
2 changed files with 10 additions and 0 deletions

View File

@ -542,6 +542,8 @@ namespace OpenSim.Region.Framework.Scenes
break; break;
} }
} }
m_log.Info("[SCENE]: Using the " + m_update_prioritization_scheme + " prioritization scheme");
} }
catch catch
{ {

View File

@ -1385,6 +1385,14 @@
; ;
;TextureDataLimit = 5 ;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 are defaults that are overwritten below in [Architecture].
;; These defaults allow OpenSim to work out of the box with ;; These defaults allow OpenSim to work out of the box with