From 4dd89ce094a9b1d5e7c4de684278ed6faeeef58d Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 24 Feb 2019 10:07:48 +0000 Subject: make the options visible on OpenSimDefaults --- bin/OpenSimDefaults.ini | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'bin/OpenSimDefaults.ini') diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 3a80dbe..bf271ea 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -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 = "" -- cgit v1.1