diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6ff70fc..3dc746e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1397,8 +1397,8 @@ | |||
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 | ; Valid values are Time, Distance, and SimpleAngularDistance | 1400 | ; Valid values are Time, Distance, SimpleAngularDistance, and FrontBack |
1401 | UpdatePrioritizationScheme = Distance; | 1401 | UpdatePrioritizationScheme = FrontBack; |
1402 | ReprioritizationEnabled = true; | 1402 | ReprioritizationEnabled = true; |
1403 | ReprioritizationInterval = 2000.0; | 1403 | ReprioritizationInterval = 2000.0; |
1404 | RootReprioritizationDistance = 10.0; | 1404 | RootReprioritizationDistance = 10.0; |