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.remove-scene-viewer
parent
aeb4ff0274
commit
352002fd0b
|
@ -447,7 +447,7 @@
|
||||||
; clients login by starting each connection more slowly. Disabled by
|
; clients login by starting each connection more slowly. Disabled by
|
||||||
; default
|
; default
|
||||||
;
|
;
|
||||||
;enable_adaptive_throttles = true
|
enable_adaptive_throttles = true
|
||||||
|
|
||||||
; Per-client bytes per second rates for the various throttle categories.
|
; Per-client bytes per second rates for the various throttle categories.
|
||||||
; These are default values that will be overriden by clients. These
|
; These are default values that will be overriden by clients. These
|
||||||
|
|
Loading…
Reference in New Issue