diff options
author | Melanie | 2009-08-29 04:35:18 +0100 |
---|---|---|
committer | Melanie | 2009-08-29 04:35:18 +0100 |
commit | 4b2e62fd3c347ec4d72762c19443e4a2765582f2 (patch) | |
tree | 022ddead005a6167c2ac001703e34cb7ae77bc83 /bin/OpenSim.ini.example | |
parent | Fix up WebFetchInventoryDescendents to really return all data needed, (diff) | |
download | opensim-SC_OLD-4b2e62fd3c347ec4d72762c19443e4a2765582f2.zip opensim-SC_OLD-4b2e62fd3c347ec4d72762c19443e4a2765582f2.tar.gz opensim-SC_OLD-4b2e62fd3c347ec4d72762c19443e4a2765582f2.tar.bz2 opensim-SC_OLD-4b2e62fd3c347ec4d72762c19443e4a2765582f2.tar.xz |
Make the j2kDecodeCache expire after 50 minutes (configurable). Alse allows
setting the path for it. This commit introduces NEW DEFAULT BEHAVIOR. To
retain the old behavior (eternal cache) you will need to change your OpenSim.ini
and set the timeout to 0.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index cff5d19..3529599 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1366,6 +1366,13 @@ | |||
1366 | ; | 1366 | ; |
1367 | ;TextureDataLimit = 5 | 1367 | ;TextureDataLimit = 5 |
1368 | 1368 | ||
1369 | ;; The JPEG2000 decode cache | ||
1370 | ;; Timeout is in minutes | ||
1371 | |||
1372 | [J2KDecoder] | ||
1373 | ;CacheDir = "./j2kDecodeCache" | ||
1374 | ;CacheTimeout = 60 | ||
1375 | |||
1369 | ;; | 1376 | ;; |
1370 | ;; These are defaults that are overwritten below in [Architecture]. | 1377 | ;; These are defaults that are overwritten below in [Architecture]. |
1371 | ;; These defaults allow OpenSim to work out of the box with | 1378 | ;; These defaults allow OpenSim to work out of the box with |