diff options
author | Melanie | 2012-11-20 20:25:15 +0000 |
---|---|---|
committer | Melanie | 2012-11-20 20:25:15 +0000 |
commit | 45eedb635a6d51efba2549802b75ea1369274409 (patch) | |
tree | 2689020c58f6fae0872a130584331e84ba591d15 /bin/OpenSimDefaults.ini | |
parent | Merge branch 'avination' into careminster (diff) | |
parent | If GetAgents() is called with an empty userIDs array then don't bother with a... (diff) | |
download | opensim-SC-45eedb635a6d51efba2549802b75ea1369274409.zip opensim-SC-45eedb635a6d51efba2549802b75ea1369274409.tar.gz opensim-SC-45eedb635a6d51efba2549802b75ea1369274409.tar.bz2 opensim-SC-45eedb635a6d51efba2549802b75ea1369274409.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 16cde7e..01ba5b9 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -425,20 +425,6 @@ | |||
425 | ; many simultaneous requests, default is 30 and is currently applied only to assets | 425 | ; many simultaneous requests, default is 30 and is currently applied only to assets |
426 | ;MaxRequestConcurrency = 30 | 426 | ;MaxRequestConcurrency = 30 |
427 | 427 | ||
428 | [XMLRPC] | ||
429 | ; ## | ||
430 | ; ## Scripting XMLRPC mapper | ||
431 | ; ## | ||
432 | |||
433 | ; If enabled, this will post an event, "xmlrpc_uri(string)" to the | ||
434 | ; script concurrently with the first remote_data event. | ||
435 | ; This will contain the fully qualified URI an external site needs | ||
436 | ; to use to send XMLRPC requests to that script | ||
437 | |||
438 | ;XmlRpcRouterModule = "XmlRpcRouterModule" | ||
439 | ;XmlRpcPort = 20800 | ||
440 | |||
441 | |||
442 | [ClientStack.LindenUDP] | 428 | [ClientStack.LindenUDP] |
443 | ; Set this to true to process incoming packets asynchronously. Networking is | 429 | ; Set this to true to process incoming packets asynchronously. Networking is |
444 | ; already separated from packet handling with a queue, so this will only | 430 | ; already separated from packet handling with a queue, so this will only |