aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2009-10-02 04:04:14 +0100
committerMelanie2009-10-02 04:04:14 +0100
commit18a744cac10c797b67236988a84ab6d13a5543b8 (patch)
tree8333647698a7933ed6def48488380c72084f8360 /bin
parentRemoving console debug spew (diff)
downloadopensim-SC_OLD-18a744cac10c797b67236988a84ab6d13a5543b8.zip
opensim-SC_OLD-18a744cac10c797b67236988a84ab6d13a5543b8.tar.gz
opensim-SC_OLD-18a744cac10c797b67236988a84ab6d13a5543b8.tar.bz2
opensim-SC_OLD-18a744cac10c797b67236988a84ab6d13a5543b8.tar.xz
Change texture sending to be driven by the queue empty event from the
packet queue, rather than a timer
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 2be8c06..1f42ef2 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1352,11 +1352,6 @@
1352 1352
1353 ;PacketMTU = 1400 1353 ;PacketMTU = 1400
1354 1354
1355 ; TextureUpdateRate (mS) determines how many times per second
1356 ; texture send processing will occur. The default is 100mS.
1357 ;
1358 ;TextureRequestRate = 100
1359
1360 ; TextureSendLimit determines how many different textures 1355 ; TextureSendLimit determines how many different textures
1361 ; will be considered on each cycle. Textures are selected 1356 ; will be considered on each cycle. Textures are selected
1362 ; by priority. The old mechanism specified a value of 10 for 1357 ; by priority. The old mechanism specified a value of 10 for