diff options
author | Teravus Ovares (Dan Olivares) | 2009-08-27 19:36:52 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-08-27 19:36:52 -0400 |
commit | 65dda8a795b658a39c2f617124a31c928030fb4b (patch) | |
tree | a95c5e5d82fecd321c76abb6dd26737a3fff4629 /bin | |
parent | Merge branch 'master' of ssh://MyConnection/var/git/opensim (diff) | |
parent | Remove OpenSim.ini comments from the top of FlotsamAssetCache.cs to avoid dup... (diff) | |
download | opensim-SC_OLD-65dda8a795b658a39c2f617124a31c928030fb4b.zip opensim-SC_OLD-65dda8a795b658a39c2f617124a31c928030fb4b.tar.gz opensim-SC_OLD-65dda8a795b658a39c2f617124a31c928030fb4b.tar.bz2 opensim-SC_OLD-65dda8a795b658a39c2f617124a31c928030fb4b.tar.xz |
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/FlotsamCache.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example index feb3897..abb3b9a 100644 --- a/bin/config-include/FlotsamCache.ini.example +++ b/bin/config-include/FlotsamCache.ini.example | |||
@@ -23,6 +23,8 @@ | |||
23 | MemoryCacheEnabled = false | 23 | MemoryCacheEnabled = false |
24 | 24 | ||
25 | ; How long {in hours} to keep assets cached in memory, .5 == 30 minutes | 25 | ; How long {in hours} to keep assets cached in memory, .5 == 30 minutes |
26 | ; Optimization: for VPS or limited memory system installs set Timeout to .016 (1 minute) | ||
27 | ; increases performance without large memory impact | ||
26 | MemoryCacheTimeout = 2 | 28 | MemoryCacheTimeout = 2 |
27 | 29 | ||
28 | ; 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 |