diff options
author | Justin Clark-Casey (justincc) | 2009-08-27 21:43:24 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-08-27 21:43:24 +0100 |
commit | 5bed0ba09b6dcbc891374a2448cafc3e6baafe49 (patch) | |
tree | 0b8aacd7c3c3f2c99a745d725cc5364786788542 /bin/config-include | |
parent | Apply http://opensimulator.org/mantis/view.php?id=3829 (diff) | |
download | opensim-SC_OLD-5bed0ba09b6dcbc891374a2448cafc3e6baafe49.zip opensim-SC_OLD-5bed0ba09b6dcbc891374a2448cafc3e6baafe49.tar.gz opensim-SC_OLD-5bed0ba09b6dcbc891374a2448cafc3e6baafe49.tar.bz2 opensim-SC_OLD-5bed0ba09b6dcbc891374a2448cafc3e6baafe49.tar.xz |
Add optimization comment suggestions for FlotsamCache MemoryCacheTimeout as suggested by Whitestar. Thanks!
Diffstat (limited to 'bin/config-include')
-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 |