From 352002fd0b74a87f62ea82c76969e4110ba2542f Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Mon, 17 Oct 2011 22:11:56 +0100 Subject: [PATCH] Set enable_adaptive_throttles = true in OpenSimDefaults.ini As discussed in http://lists.berlios.de/pipermail/opensim-dev/2011-October/010599.html and the preceeding thread mails, the aim of this setting is to avoid overloading the viewer UDP connection where the client is failing to ack packets. Please mantis any anomalous viewer connection behaviour which wasn't there before. --- bin/OpenSimDefaults.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 4f4e112fc3..7df4357800 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -447,7 +447,7 @@ ; clients login by starting each connection more slowly. Disabled by ; default ; - ;enable_adaptive_throttles = true + enable_adaptive_throttles = true ; Per-client bytes per second rates for the various throttle categories. ; These are default values that will be overriden by clients. These