make the options visible on OpenSimDefaults

0.9.1.0-post-fixes
UbitUmarov 2019-02-24 10:07:48 +00:00
parent cd5a6daa84
commit 4dd89ce094
1 changed files with 19 additions and 0 deletions

View File

@ -661,6 +661,25 @@
; many simultaneous requests, default is 30 and is currently applied only to assets
;MaxRequestConcurrency = 30
[ScriptsHttpRequestModule]
; options for llHttpRequest
; max number of concurrent connections per instance (all scenes), default 8
; MaxPoolThreads = 8
; max requests per second for all scripts on a prim, default 1
;PrimRequestsPerSec = 1.0
; initial unthrottled burst for all scripts on a prim, default 3
;PrimRequestsBurst = 3.0
; max requests per second for the objects owner (per instance), default 25
;PrimOwnerRequestsPerSec = 25.0
; initial unthrottled burst for the objects owner (per instance), default 5
;PrimOwnerRequestsBurst = 5.0
; requests timeout in miliseconds, range 200 to 60000, default 30000
;RequestsTimeOut = 30000
[AccessControl]
; Viewer-based access control. |-separated list of allowed viewers.
; AllowedClients = ""