diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
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 |