make the options visible on OpenSimDefaults
parent
cd5a6daa84
commit
4dd89ce094
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in New Issue