diff options
author | Charles Krinke | 2009-04-21 20:44:17 +0000 |
---|---|---|
committer | Charles Krinke | 2009-04-21 20:44:17 +0000 |
commit | 5ea4faa6f209fd5c6a48cc704c595fb029b790f2 (patch) | |
tree | 5e5c5fbb3c1d9916c8f6f6967b8f63b5c83f49e9 /bin/OpenSim.ini.example | |
parent | * Comment out user profile cache update method for now (diff) | |
download | opensim-SC_OLD-5ea4faa6f209fd5c6a48cc704c595fb029b790f2.zip opensim-SC_OLD-5ea4faa6f209fd5c6a48cc704c595fb029b790f2.tar.gz opensim-SC_OLD-5ea4faa6f209fd5c6a48cc704c595fb029b790f2.tar.bz2 opensim-SC_OLD-5ea4faa6f209fd5c6a48cc704c595fb029b790f2.tar.xz |
Thank you kindly, MCortez, for a patch that:
* Refactors the xmlrpc calls to a single location to
make it easier to debug and include alternative
xmlrpc call mechanisms
* Includes an alternative xmlrpc call mechanism that
sets HTTP Keep-Alive to false which solves nearly all
System.Net exceptions on some windows environments
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
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 | ||