diff options
author | Justin Clark-Casey (justincc) | 2014-10-07 01:09:25 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-11-25 23:18:40 +0000 |
commit | c5cd93db814e73a4640bddeed7d15174748f9cc2 (patch) | |
tree | 1b280d194efcd8014a89d4848644fd5078e53089 | |
parent | Fix console set and get of max scene rate. Was performing wrong calculation ... (diff) | |
download | opensim-SC-c5cd93db814e73a4640bddeed7d15174748f9cc2.zip opensim-SC-c5cd93db814e73a4640bddeed7d15174748f9cc2.tar.gz opensim-SC-c5cd93db814e73a4640bddeed7d15174748f9cc2.tar.bz2 opensim-SC-c5cd93db814e73a4640bddeed7d15174748f9cc2.tar.xz |
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)
-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 f9341cf..16547d8 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -533,7 +533,7 @@ | |||
533 | ; | 533 | ; |
534 | ;scene_throttle_max_bps = 2621440 | 534 | ;scene_throttle_max_bps = 2621440 |
535 | 535 | ||
536 | ; Maximum bits per second to send to any single client. This will override | 536 | ; Maximum bytes per second to send to any single client. This will override |
537 | ; the user's viewer preference settings. The default value is 0, meaning no | 537 | ; the user's viewer preference settings. The default value is 0, meaning no |
538 | ; aggregate throttling on clients (only per-category throttling). The | 538 | ; aggregate throttling on clients (only per-category throttling). The |
539 | ; example given here is 1.5 megabits | 539 | ; example given here is 1.5 megabits |