mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Throttle llCastRay V3.
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
This commit is contained in:
committed by
Michael Cerquoni
parent
edcba95ab5
commit
7d26815d0e
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user