Updating OpenSim.ini.example with the section required to enable a useful prioritization scheme
parent
06354a093d
commit
5a4fda9dc3
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue