diff options
author | dahlia | 2009-09-01 23:42:31 -0700 |
---|---|---|
committer | dahlia | 2009-09-01 23:42:31 -0700 |
commit | 2ddb73f5f33d048f26c7eca473ab6918fdd34ba6 (patch) | |
tree | e5d79af9da0118f5c74c2240fa6ed73def50b870 | |
parent | Prevent the Viewer's threaded inventory retrieval causing a OOM and overload (diff) | |
download | opensim-SC_OLD-2ddb73f5f33d048f26c7eca473ab6918fdd34ba6.zip opensim-SC_OLD-2ddb73f5f33d048f26c7eca473ab6918fdd34ba6.tar.gz opensim-SC_OLD-2ddb73f5f33d048f26c7eca473ab6918fdd34ba6.tar.bz2 opensim-SC_OLD-2ddb73f5f33d048f26c7eca473ab6918fdd34ba6.tar.xz |
update documentation in OpenSim.ini.example for j2k decode cache expiration time
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 4cf5a8d..ff1a773 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1375,6 +1375,8 @@ | |||
1375 | 1375 | ||
1376 | [J2KDecoder] | 1376 | [J2KDecoder] |
1377 | ;CacheDir = "./j2kDecodeCache" | 1377 | ;CacheDir = "./j2kDecodeCache" |
1378 | ; Time in minutes before cached decodes expire. Set to 0 for no expiration. Default is 720 minutes. | ||
1379 | |||
1378 | ;CacheTimeout = 720 | 1380 | ;CacheTimeout = 720 |
1379 | 1381 | ||
1380 | ;; | 1382 | ;; |