aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-06-11 00:04:21 +0100
committerJustin Clark-Casey (justincc)2011-06-11 00:04:21 +0100
commitb13b54c5268d8acada132b678946ceba925f6419 (patch)
tree050d497e69fac4732dd89e82e269033fbacc6e3e /bin
parentWhen serializing objects, stop accidentally using the green text colour value... (diff)
downloadopensim-SC_OLD-b13b54c5268d8acada132b678946ceba925f6419.zip
opensim-SC_OLD-b13b54c5268d8acada132b678946ceba925f6419.tar.gz
opensim-SC_OLD-b13b54c5268d8acada132b678946ceba925f6419.tar.bz2
opensim-SC_OLD-b13b54c5268d8acada132b678946ceba925f6419.tar.xz
Make the internal flotsam asset cache defaults match config-include/FlotsamCache.ini.example. Enable the flotsam console commands even if FlotsamCache.ini isn't present.
For the most part, defaults are made to match those already in FlotsamCache.ini.example. The one exception is that the 48 hour file timeout from the code is used instead of the 0 hours that was in the example file. This can be tweaked if necessary. Most importantly, the default cache directory is now ./assetcache (as in FlotsamCache.ini.example) rather than ./FlotsamAssetCache (as was the internal code default). Therefore, if you were using flotasm without using the config file, then please rename your cache directory or start using the ini file and change the default there if you want to keep using your existing cache.
Diffstat (limited to 'bin')
-rw-r--r--bin/config-include/FlotsamCache.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example
index 026dee7..1f2bf03 100644
--- a/bin/config-include/FlotsamCache.ini.example
+++ b/bin/config-include/FlotsamCache.ini.example
@@ -29,7 +29,7 @@
29 29
30 ; How long {in hours} to keep assets cached on disk, .5 == 30 minutes 30 ; How long {in hours} to keep assets cached on disk, .5 == 30 minutes
31 ; Specify 0 if you do not want your disk cache to expire 31 ; Specify 0 if you do not want your disk cache to expire
32 FileCacheTimeout = 0 32 FileCacheTimeout = 48
33 33
34 ; How often {in hours} should the disk be checked for expired filed 34 ; How often {in hours} should the disk be checked for expired filed
35 ; Specify 0 to disable expiration checking 35 ; Specify 0 to disable expiration checking