mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
make the options visible on OpenSimDefaults
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user