aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMagnuz Binder2015-05-14 18:28:45 +0200
committerMichael Cerquoni2015-05-22 01:21:18 -0400
commit7d26815d0e615b60c708768e8aab19ffd4d118fb (patch)
tree0e0f173fdc4b615d83258a90dbdd267bfd395e09 /bin
parentMerge branch 'master' into moses (diff)
downloadopensim-SC_OLD-7d26815d0e615b60c708768e8aab19ffd4d118fb.zip
opensim-SC_OLD-7d26815d0e615b60c708768e8aab19ffd4d118fb.tar.gz
opensim-SC_OLD-7d26815d0e615b60c708768e8aab19ffd4d118fb.tar.bz2
opensim-SC_OLD-7d26815d0e615b60c708768e8aab19ffd4d118fb.tar.xz
Throttle llCastRay V3.
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/OpenSimDefaults.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 489ee53..3db59dc 100755
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1535,6 +1535,22 @@
1535 ; Detect attachments in llCastRay V3 if true 1535 ; Detect attachments in llCastRay V3 if true
1536 DoAttachmentsInLlCastRay = false 1536 DoAttachmentsInLlCastRay = false
1537 1537
1538 ; Throttle period length in ms before which all old llCastRay use is discarded in llCastRay V3
1539 ; The sum of AvailableTimeInMsPerRegionInLlCastRay and all AvailableTimeInMsPerAvatarInLlCastRay should not exceed this
1540 ThrottleTimeInMsInLlCastRay = 200
1541
1542 ; Available time in ms for llCastRay per throttle period and 65536 m2 land area in llCastRay V3
1543 AvailableTimeInMsPerRegionInLlCastRay = 40
1544
1545 ; Available time in ms for llCastRay per throttle period and avatar when script in attachment or vehicle in llCastRay V3
1546 AvailableTimeInMsPerAvatarInLlCastRay = 10
1547
1548 ; Required available time in ms left to perform a new llCastRay in llCastRay V3
1549 RequiredAvailableTimeInMsInLlCastRay = 2
1550
1551 ; Maximum available time in ms possible in llCastRay V3, not to get too high values with varregions
1552 MaximumAvailableTimeInMsInLlCastRay = 40
1553
1538 1554
1539[DataSnapshot] 1555[DataSnapshot]
1540 ; The following set of configs pertains to search. 1556 ; The following set of configs pertains to search.