diff options
author | Melanie | 2009-10-02 04:04:14 +0100 |
---|---|---|
committer | Melanie | 2009-10-02 04:04:14 +0100 |
commit | 18a744cac10c797b67236988a84ab6d13a5543b8 (patch) | |
tree | 8333647698a7933ed6def48488380c72084f8360 /bin/OpenSim.ini.example | |
parent | Removing console debug spew (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
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 |