aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 069d238..401abf0 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1737,6 +1737,15 @@
1737 ReprioritizationInterval = 2000.0 1737 ReprioritizationInterval = 2000.0
1738 RootReprioritizationDistance = 10.0 1738 RootReprioritizationDistance = 10.0
1739 ChildReprioritizationDistance = 20.0 1739 ChildReprioritizationDistance = 20.0
1740
1741 ; If n > 1, only every n UDP terse updates will be sent to observers of an avatar that are in the same region
1742 ; Updates will always be sent to the avatar that the update addresses and if av velocity is effectively zero (to prevent drift due to missing updates).
1743 ; n > 1 will reduce UDP traffic but will lead to laggier movement observed in other avatars.
1744 RootTerseUpdatePeriod = 0
1745
1746 ; If n > 1, only every n UDP terse updates will be sent to observers of an avatar that are in another region
1747 ; n > 1 will reduce UDP traffic but may lead to laggier movement observed in other avatars, though values up to 4 may not generate a noticeable effect.
1748 ChildTerseUpdatePeriod = 0
1740 1749
1741 ; Send an update to clients if the difference from the last sent avatar position is greater than this tolerance 1750 ; Send an update to clients if the difference from the last sent avatar position is greater than this tolerance
1742 RootPositionUpdateTolerance = 0.05 1751 RootPositionUpdateTolerance = 0.05