Change help text for client_throttle_max_bps in OpenSimDefaults.ini to state it is in bytes, not bits

This is the same as already done for scene_throttle_max_bps
Internally, the token buckets are in bytes and the other help text makes it clear that the number is bytes per second
(though with the wrong assumption that 1 mbit = 1024 * 1024 bits whereas 1 mbit = 1000 kbits = 1000000 bits)
ghosts
Justin Clark-Casey (justincc) 2014-10-07 01:09:25 +01:00
parent 9ee171f441
commit 38458d4be8
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@
;
;scene_throttle_max_bps = 2621440
; Maximum bits 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
; aggregate throttling on clients (only per-category throttling). The
; example given here is 1.5 megabits