diff options
author | Robert Adams | 2014-01-21 11:31:51 -0800 |
---|---|---|
committer | Robert Adams | 2014-01-21 11:31:51 -0800 |
commit | 4c362a83f9ce0b168ea96ba7dbd7ec012445ecff (patch) | |
tree | 7f03a860379fb2c6905d78a6616db762c86dd634 /bin/OpenSimDefaults.ini | |
parent | varregion: remove debugging splat file saving that fills up the (diff) | |
parent | Adds a configuration option to cannibalize bandwidth from the (diff) | |
download | opensim-SC-4c362a83f9ce0b168ea96ba7dbd7ec012445ecff.zip opensim-SC-4c362a83f9ce0b168ea96ba7dbd7ec012445ecff.tar.gz opensim-SC-4c362a83f9ce0b168ea96ba7dbd7ec012445ecff.tar.bz2 opensim-SC-4c362a83f9ce0b168ea96ba7dbd7ec012445ecff.tar.xz |
Merge branch 'master' into varregion
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index d80f5ba..df94239 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -548,6 +548,16 @@ | |||
548 | ; | 548 | ; |
549 | ;TextureSendLimit = 20 | 549 | ;TextureSendLimit = 20 |
550 | 550 | ||
551 | ; CannibalizeTextureRate allows bandwidth to be moved from the | ||
552 | ; UDP texture throttle to the task throttle. Since most viewers | ||
553 | ; use HTTP textures, this provides a means of using what is largely | ||
554 | ; unused bandwidth in the total throttle. The value is the proportion | ||
555 | ; of the texture rate to move to the task queue. It must be between | ||
556 | ; 0.0 (none of the bandwidth is cannibalized) and 0.9 (90% of the | ||
557 | ; bandwidth is grabbed) | ||
558 | ; | ||
559 | ; CannibalizeTextureRate = 0.5 | ||
560 | |||
551 | ; Quash and remove any light properties from attachments not on the | 561 | ; Quash and remove any light properties from attachments not on the |
552 | ; hands. This allows flashlights and lanterns to function, but kills | 562 | ; hands. This allows flashlights and lanterns to function, but kills |
553 | ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps | 563 | ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps |