mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Cleaned up various configuration options. Removed the category throttle
limits because the only ones used now are the defaults (which are overwritten by the client throttles anyway). Updated the default rates to correspond to about 350kbps. Also added a configuration to disable adaptive throttle. The default is the previous behavior (no adaptation).
This commit is contained in:
@@ -362,30 +362,24 @@
|
||||
;
|
||||
;client_throttle_max_bps = 196608
|
||||
|
||||
; Per-client bytes per second rates for the various throttle categories.
|
||||
; These are default values that will be overriden by clients
|
||||
; Adaptive throttling attempts to limit network overload when multiple
|
||||
; clients login by starting each connection more slowly. Disabled by
|
||||
; default
|
||||
;
|
||||
;resend_default = 12500
|
||||
;land_default = 1000
|
||||
;wind_default = 1000
|
||||
;cloud_default = 1000
|
||||
;task_default = 1000
|
||||
;texture_default = 1000
|
||||
;asset_default = 1000
|
||||
;state_default = 1000
|
||||
;enable_adaptive_throttles = true
|
||||
|
||||
; Per-client maximum burst rates in bytes per second for the various
|
||||
; throttle categories. These are default values that will be overriden by
|
||||
; clients
|
||||
;
|
||||
;resend_limit = 18750
|
||||
;land_limit = 29750
|
||||
;wind_limit = 18750
|
||||
;cloud_limit = 18750
|
||||
;task_limit = 18750
|
||||
;texture_limit = 55750
|
||||
;asset_limit = 27500
|
||||
;state_limit = 37000
|
||||
; Per-client bytes per second rates for the various throttle categories.
|
||||
; These are default values that will be overriden by clients. These
|
||||
; defaults are approximately equivalent to the throttles set by the Imprudence
|
||||
; viewer when maximum bandwidth is set to 350kbps
|
||||
|
||||
;resend_default = 6625
|
||||
;land_default = 9125
|
||||
;wind_default = 1750
|
||||
;cloud_default = 1750
|
||||
;task_default = 18500
|
||||
;texture_default = 18500
|
||||
;asset_default = 10500
|
||||
|
||||
; Configures how ObjectUpdates are aggregated. These numbers
|
||||
; do not literally mean how many updates will be put in each
|
||||
|
||||
Reference in New Issue
Block a user