diff options
author | onefang | 2021-09-16 14:25:42 +1000 |
---|---|---|
committer | onefang | 2021-09-16 14:25:42 +1000 |
commit | 3f36bc0033a4018eda973be54746d8dfaead14b2 (patch) | |
tree | d8a2159d6ea7f0c124243909ce35c6fa44177b1d /bin/config-include/FlotsamCache.ini | |
parent | Missed a clean up. (diff) | |
download | opensim-SC-3f36bc0033a4018eda973be54746d8dfaead14b2.zip opensim-SC-3f36bc0033a4018eda973be54746d8dfaead14b2.tar.gz opensim-SC-3f36bc0033a4018eda973be54746d8dfaead14b2.tar.bz2 opensim-SC-3f36bc0033a4018eda973be54746d8dfaead14b2.tar.xz |
Disable Flotsam cache.
Coz on Linux we can just rely on the usual file caching. Flotsam is
just another level of caching, thus just one more source of slow down
and resource waste.
Diffstat (limited to 'bin/config-include/FlotsamCache.ini')
-rw-r--r-- | bin/config-include/FlotsamCache.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/config-include/FlotsamCache.ini b/bin/config-include/FlotsamCache.ini index cf06d6c..fda7838 100644 --- a/bin/config-include/FlotsamCache.ini +++ b/bin/config-include/FlotsamCache.ini | |||
@@ -57,12 +57,12 @@ | |||
57 | ; | 57 | ; |
58 | ; The defaults below are suitable for all small to medium installations | 58 | ; The defaults below are suitable for all small to medium installations |
59 | ; including grids. | 59 | ; including grids. |
60 | NegativeCacheEnabled = true | 60 | NegativeCacheEnabled = false |
61 | NegativeCacheTimeout = 120 | 61 | NegativeCacheTimeout = 120 |
62 | NegativeCacheSliding = false | 62 | NegativeCacheSliding = false |
63 | 63 | ||
64 | ; Set to false for no file cache | 64 | ; Set to false for no file cache |
65 | FileCacheEnabled = true | 65 | FileCacheEnabled = false |
66 | 66 | ||
67 | ; How long {in hours} to keep assets cached in memory, .5 == 30 minutes | 67 | ; How long {in hours} to keep assets cached in memory, .5 == 30 minutes |
68 | ; even a few minutes may mean many assets loaded to memory, if not all. | 68 | ; even a few minutes may mean many assets loaded to memory, if not all. |