diff options
-rw-r--r-- | bin/OpenSim.ini.example | 13 |
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]. |