diff options
author | Justin Clark-Casey (justincc) | 2011-10-17 22:11:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-17 22:11:56 +0100 |
commit | 352002fd0b74a87f62ea82c76969e4110ba2542f (patch) | |
tree | 1f863ec1d925e3cf040f6c0ba21d1e29ac4d889a /bin/OpenSimDefaults.ini | |
parent | Allow an avatar to be explicitly named to the "debug packet" command (diff) | |
download | opensim-SC_OLD-352002fd0b74a87f62ea82c76969e4110ba2542f.zip opensim-SC_OLD-352002fd0b74a87f62ea82c76969e4110ba2542f.tar.gz opensim-SC_OLD-352002fd0b74a87f62ea82c76969e4110ba2542f.tar.bz2 opensim-SC_OLD-352002fd0b74a87f62ea82c76969e4110ba2542f.tar.xz |
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.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 4f4e112..7df4357 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -447,7 +447,7 @@ | |||
447 | ; clients login by starting each connection more slowly. Disabled by | 447 | ; clients login by starting each connection more slowly. Disabled by |
448 | ; default | 448 | ; default |
449 | ; | 449 | ; |
450 | ;enable_adaptive_throttles = true | 450 | enable_adaptive_throttles = true |
451 | 451 | ||
452 | ; Per-client bytes per second rates for the various throttle categories. | 452 | ; Per-client bytes per second rates for the various throttle categories. |
453 | ; These are default values that will be overriden by clients. These | 453 | ; These are default values that will be overriden by clients. These |