diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7f7bcf4..2ae7fb7 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1269,3 +1269,8 @@ | |||
1269 | ; System.Net.WebException: The request was aborted: The request was canceled. | 1269 | ; System.Net.WebException: The request was aborted: The request was canceled. |
1270 | ; | 1270 | ; |
1271 | ; XmlRpcDisableKeepAlive = false | 1271 | ; XmlRpcDisableKeepAlive = false |
1272 | |||
1273 | [PacketPool] | ||
1274 | ; Enables the experimental packet pool. Yes, we've been here before. | ||
1275 | ;RecyclePackets = true; | ||
1276 | ;RecycleDataBlocks = true; | ||