diff options
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 = "" |