From d0bf084da5bad6f7e07e78c6ad5758860c44be21 Mon Sep 17 00:00:00 2001 From: Melanie Date: Wed, 30 Sep 2009 20:34:42 +0100 Subject: Remove the settings for the J2KDecoder, since they are now obsolete (thank god!) --- bin/OpenSim.ini.example | 9 --------- 1 file changed, 9 deletions(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index d38c511..2be8c06 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1369,15 +1369,6 @@ ; ;TextureDataLimit = 5 -;; The JPEG2000 decode cache -;; Timeout is in minutes - -[J2KDecoder] -;CacheDir = "./j2kDecodeCache" -; Time in minutes before cached decodes expire. Set to 0 for no expiration. Default is 720 minutes. - -;CacheTimeout = 720 - ;; ;; These are defaults that are overwritten below in [Architecture]. ;; These defaults allow OpenSim to work out of the box with -- cgit v1.1 From 18a744cac10c797b67236988a84ab6d13a5543b8 Mon Sep 17 00:00:00 2001 From: Melanie Date: Fri, 2 Oct 2009 04:04:14 +0100 Subject: Change texture sending to be driven by the queue empty event from the packet queue, rather than a timer --- bin/OpenSim.ini.example | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin/OpenSim.ini.example') 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 @@ ;PacketMTU = 1400 - ; TextureUpdateRate (mS) determines how many times per second - ; texture send processing will occur. The default is 100mS. - ; - ;TextureRequestRate = 100 - ; TextureSendLimit determines how many different textures ; will be considered on each cycle. Textures are selected ; by priority. The old mechanism specified a value of 10 for -- cgit v1.1