small adjustment to commented out scene_throttle_max_bps and client_throttle_max_bps examples in OpenSimDefaults.ini
Make them actually reflect 20 mbit and 1.5 mbit respectivelyghosts
parent
38458d4be8
commit
16aca6ddbd
|
@ -521,14 +521,14 @@
|
||||||
; 0, meaning no throttling at the scene level. The example given here is
|
; 0, meaning no throttling at the scene level. The example given here is
|
||||||
; 20 megabits
|
; 20 megabits
|
||||||
;
|
;
|
||||||
;scene_throttle_max_bps = 2621440
|
;scene_throttle_max_bps = 2500000
|
||||||
|
|
||||||
; Maximum bytes per second to send to any single client. This will override
|
; Maximum bytes per second to send to any single client. This will override
|
||||||
; the user's viewer preference settings. The default value is 0, meaning no
|
; the user's viewer preference settings. The default value is 0, meaning no
|
||||||
; aggregate throttling on clients (only per-category throttling). The
|
; aggregate throttling on clients (only per-category throttling). The
|
||||||
; example given here is 1.5 megabits
|
; example given here is 1.5 megabits
|
||||||
;
|
;
|
||||||
;client_throttle_max_bps = 196608
|
;client_throttle_max_bps = 187500
|
||||||
|
|
||||||
; Adaptive throttling attempts to limit network overload when multiple
|
; Adaptive throttling attempts to limit network overload when multiple
|
||||||
; clients login by starting each connection more slowly. Disabled by
|
; clients login by starting each connection more slowly. Disabled by
|
||||||
|
|
Loading…
Reference in New Issue