diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-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 |