aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-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.