aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMic Bowman2014-01-20 18:59:43 -0800
committerMic Bowman2014-01-20 18:59:43 -0800
commit83626e60e69ac0534faffa40f9e79a5d3ae0d332 (patch)
tree01e37569e944e1f7063fc11aed8bd7d89eb08670 /bin
parentAdd back code to UuidGatherer to retrieve UUIDs for materials stored in DynAt... (diff)
downloadopensim-SC_OLD-83626e60e69ac0534faffa40f9e79a5d3ae0d332.zip
opensim-SC_OLD-83626e60e69ac0534faffa40f9e79a5d3ae0d332.tar.gz
opensim-SC_OLD-83626e60e69ac0534faffa40f9e79a5d3ae0d332.tar.bz2
opensim-SC_OLD-83626e60e69ac0534faffa40f9e79a5d3ae0d332.tar.xz
Adds a configuration option to cannibalize bandwidth from the
udp texture throttle and move it to the task throttle. Since most viewers are using http textures, the udp texture throttle is holding onto bw that could be used for more responsive prims updates. See the documentation for CannibalizeTextureRate in OpenSimDefaults.ini. Option is disabled by default.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index ae7b794..0da99ba 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -539,6 +539,16 @@
539 ; 539 ;
540 ;TextureSendLimit = 20 540 ;TextureSendLimit = 20
541 541
542 ; CannibalizeTextureRate allows bandwidth to be moved from the
543 ; UDP texture throttle to the task throttle. Since most viewers
544 ; use HTTP textures, this provides a means of using what is largely
545 ; unused bandwidth in the total throttle. The value is the proportion
546 ; of the texture rate to move to the task queue. It must be between
547 ; 0.0 (none of the bandwidth is cannibalized) and 0.9 (90% of the
548 ; bandwidth is grabbed)
549 ;
550 ; CannibalizeTextureRate = 0.5
551
542 ; Quash and remove any light properties from attachments not on the 552 ; Quash and remove any light properties from attachments not on the
543 ; hands. This allows flashlights and lanterns to function, but kills 553 ; hands. This allows flashlights and lanterns to function, but kills
544 ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps 554 ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps