Throttle llCastRay V3.

Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
This commit is contained in:
Magnuz Binder
2015-05-14 18:28:45 +02:00
committed by Michael Cerquoni
parent edcba95ab5
commit 7d26815d0e
2 changed files with 106 additions and 2 deletions

View File

@@ -1535,6 +1535,22 @@
; Detect attachments in llCastRay V3 if true
DoAttachmentsInLlCastRay = false
; Throttle period length in ms before which all old llCastRay use is discarded in llCastRay V3
; The sum of AvailableTimeInMsPerRegionInLlCastRay and all AvailableTimeInMsPerAvatarInLlCastRay should not exceed this
ThrottleTimeInMsInLlCastRay = 200
; Available time in ms for llCastRay per throttle period and 65536 m2 land area in llCastRay V3
AvailableTimeInMsPerRegionInLlCastRay = 40
; Available time in ms for llCastRay per throttle period and avatar when script in attachment or vehicle in llCastRay V3
AvailableTimeInMsPerAvatarInLlCastRay = 10
; Required available time in ms left to perform a new llCastRay in llCastRay V3
RequiredAvailableTimeInMsInLlCastRay = 2
; Maximum available time in ms possible in llCastRay V3, not to get too high values with varregions
MaximumAvailableTimeInMsInLlCastRay = 40
[DataSnapshot]
; The following set of configs pertains to search.