aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index dcae9ff..5e524bb 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1233,3 +1233,10 @@
1233 1233
1234 ; This makes the XmlRpcGroups modules very chatty on the console. 1234 ; This makes the XmlRpcGroups modules very chatty on the console.
1235 ;XmlRpcDebugEnabled = true 1235 ;XmlRpcDebugEnabled = true
1236
1237 ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for
1238 ; a problem discovered on some Windows based region servers. Only disable
1239 ; if you see a large number (dozens) of the following Exceptions:
1240 ; System.Net.WebException: The request was aborted: The request was canceled.
1241 ;
1242 ; XmlRpcDisableKeepAlive = false