diff options
author | onefang | 2021-09-23 17:17:29 +1000 |
---|---|---|
committer | onefang | 2021-09-23 17:17:29 +1000 |
commit | 62b4148368ca3b37da2e7bc01d914fed7954a06c (patch) | |
tree | 9d86e548f8c9939a776bde190be5050b35b77c86 /bin/config-include/FlotsamCache.ini | |
parent | Update the Mantis project ID. (diff) | |
download | opensim-SC-62b4148368ca3b37da2e7bc01d914fed7954a06c.zip opensim-SC-62b4148368ca3b37da2e7bc01d914fed7954a06c.tar.gz opensim-SC-62b4148368ca3b37da2e7bc01d914fed7954a06c.tar.bz2 opensim-SC-62b4148368ca3b37da2e7bc01d914fed7954a06c.tar.xz |
Enable Flotsaam cache again.
Coz relying on the linux caching works, except for avatars.
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 fda7838..cf06d6c 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 = false | 60 | NegativeCacheEnabled = true |
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 = false | 65 | FileCacheEnabled = true |
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. |