From c5cd93db814e73a4640bddeed7d15174748f9cc2 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Tue, 7 Oct 2014 01:09:25 +0100 Subject: [PATCH] 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) --- bin/OpenSimDefaults.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index f9341cf8e4..16547d8bd7 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -533,7 +533,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