diff options
author | dahlia | 2009-08-18 17:06:14 -0700 |
---|---|---|
committer | dahlia | 2009-08-18 17:06:14 -0700 |
commit | 465d1095dd0dd5c4c5231a81bb69e46a21f290fb (patch) | |
tree | fee5a810d34227924217714c145b0f9c97046f69 /bin/OpenSim.ini.example | |
parent | Fixes mantis #4020 (http://opensimulator.org/mantis/view.php?id=4020) (diff) | |
download | opensim-SC_OLD-465d1095dd0dd5c4c5231a81bb69e46a21f290fb.zip opensim-SC_OLD-465d1095dd0dd5c4c5231a81bb69e46a21f290fb.tar.gz opensim-SC_OLD-465d1095dd0dd5c4c5231a81bb69e46a21f290fb.tar.bz2 opensim-SC_OLD-465d1095dd0dd5c4c5231a81bb69e46a21f290fb.tar.xz |
Added new OpenSim.ini setting: "client_throttle_max_bps" which overrides user's viewer network throttle settings
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 9a17c58..cff5d19 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -374,6 +374,9 @@ | |||
374 | ; | 374 | ; |
375 | ; client_socket_rcvbuf_size = 8388608 | 375 | ; client_socket_rcvbuf_size = 8388608 |
376 | 376 | ||
377 | ; Maximum bits per second to send to any single client. This will override the user's viewer preference settings. | ||
378 | |||
379 | ; client_throttle_max_bps = 1500000 | ||
377 | 380 | ||
378 | [Chat] | 381 | [Chat] |
379 | ; Controls whether the chat module is enabled. Default is true. | 382 | ; Controls whether the chat module is enabled. Default is true. |