diff options
author | Justin Clark-Casey (justincc) | 2014-10-07 01:14:13 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-11-25 23:18:40 +0000 |
commit | a4209d2df43c858784f3bba5a3c161f84b00cdf0 (patch) | |
tree | 7166b302d9fb2494acd51cd81a408291fa9cd6f0 /bin/OpenSimDefaults.ini | |
parent | Change help text for client_throttle_max_bps in OpenSimDefaults.ini to state ... (diff) | |
download | opensim-SC-a4209d2df43c858784f3bba5a3c161f84b00cdf0.zip opensim-SC-a4209d2df43c858784f3bba5a3c161f84b00cdf0.tar.gz opensim-SC-a4209d2df43c858784f3bba5a3c161f84b00cdf0.tar.bz2 opensim-SC-a4209d2df43c858784f3bba5a3c161f84b00cdf0.tar.xz |
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 respectively
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 16547d8..0be4af5 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -531,14 +531,14 @@ | |||
531 | ; 0, meaning no throttling at the scene level. The example given here is | 531 | ; 0, meaning no throttling at the scene level. The example given here is |
532 | ; 20 megabits | 532 | ; 20 megabits |
533 | ; | 533 | ; |
534 | ;scene_throttle_max_bps = 2621440 | 534 | ;scene_throttle_max_bps = 2500000 |
535 | 535 | ||
536 | ; Maximum bytes 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 |
540 | ; | 540 | ; |
541 | ;client_throttle_max_bps = 196608 | 541 | ;client_throttle_max_bps = 187500 |
542 | 542 | ||
543 | ; Adaptive throttling attempts to limit network overload when multiple | 543 | ; Adaptive throttling attempts to limit network overload when multiple |
544 | ; clients login by starting each connection more slowly. Disabled by | 544 | ; clients login by starting each connection more slowly. Disabled by |