diff options
author | UbitUmarov | 2019-02-24 10:07:48 +0000 |
---|---|---|
committer | UbitUmarov | 2019-02-24 10:07:48 +0000 |
commit | 4dd89ce094a9b1d5e7c4de684278ed6faeeef58d (patch) | |
tree | 77c451b3e6781692e32837e534c6670f22d25bb9 /bin/OpenSimDefaults.ini | |
parent | also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, Pr... (diff) | |
download | opensim-SC-4dd89ce094a9b1d5e7c4de684278ed6faeeef58d.zip opensim-SC-4dd89ce094a9b1d5e7c4de684278ed6faeeef58d.tar.gz opensim-SC-4dd89ce094a9b1d5e7c4de684278ed6faeeef58d.tar.bz2 opensim-SC-4dd89ce094a9b1d5e7c4de684278ed6faeeef58d.tar.xz |
make the options visible on OpenSimDefaults
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ | |||
661 | ; many simultaneous requests, default is 30 and is currently applied only to assets | 661 | ; many simultaneous requests, default is 30 and is currently applied only to assets |
662 | ;MaxRequestConcurrency = 30 | 662 | ;MaxRequestConcurrency = 30 |
663 | 663 | ||
664 | [ScriptsHttpRequestModule] | ||
665 | ; options for llHttpRequest | ||
666 | |||
667 | ; max number of concurrent connections per instance (all scenes), default 8 | ||
668 | ; MaxPoolThreads = 8 | ||
669 | |||
670 | ; max requests per second for all scripts on a prim, default 1 | ||
671 | ;PrimRequestsPerSec = 1.0 | ||
672 | ; initial unthrottled burst for all scripts on a prim, default 3 | ||
673 | ;PrimRequestsBurst = 3.0 | ||
674 | |||
675 | ; max requests per second for the objects owner (per instance), default 25 | ||
676 | ;PrimOwnerRequestsPerSec = 25.0 | ||
677 | ; initial unthrottled burst for the objects owner (per instance), default 5 | ||
678 | ;PrimOwnerRequestsBurst = 5.0 | ||
679 | |||
680 | ; requests timeout in miliseconds, range 200 to 60000, default 30000 | ||
681 | ;RequestsTimeOut = 30000 | ||
682 | |||
664 | [AccessControl] | 683 | [AccessControl] |
665 | ; Viewer-based access control. |-separated list of allowed viewers. | 684 | ; Viewer-based access control. |-separated list of allowed viewers. |
666 | ; AllowedClients = "" | 685 | ; AllowedClients = "" |