diff options
author | Melanie | 2011-12-09 19:56:03 +0100 |
---|---|---|
committer | Melanie | 2011-12-09 19:56:03 +0100 |
commit | f025387f10397203a979a389b8bbd7148c5616a0 (patch) | |
tree | 612d1aec85cc67bf0ee6e16c33ae4e4a5d4a8d55 | |
parent | Fix llGetLinkKey to report avatars properly (diff) | |
download | opensim-SC_OLD-f025387f10397203a979a389b8bbd7148c5616a0.zip opensim-SC_OLD-f025387f10397203a979a389b8bbd7148c5616a0.tar.gz opensim-SC_OLD-f025387f10397203a979a389b8bbd7148c5616a0.tar.bz2 opensim-SC_OLD-f025387f10397203a979a389b8bbd7148c5616a0.tar.xz |
Set adaptive throttles false by default because it doesn't play nice with AVN
code
-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 cc62ee5..6a83a98 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -467,7 +467,7 @@ | |||
467 | ; clients login by starting each connection more slowly. Disabled by | 467 | ; clients login by starting each connection more slowly. Disabled by |
468 | ; default | 468 | ; default |
469 | ; | 469 | ; |
470 | enable_adaptive_throttles = true | 470 | enable_adaptive_throttles = false |
471 | 471 | ||
472 | ; Per-client bytes per second rates for the various throttle categories. | 472 | ; Per-client bytes per second rates for the various throttle categories. |
473 | ; These are default values that will be overriden by clients. These | 473 | ; These are default values that will be overriden by clients. These |