aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-09-23 17:17:29 +1000
committeronefang2021-09-23 17:17:29 +1000
commit62b4148368ca3b37da2e7bc01d914fed7954a06c (patch)
tree9d86e548f8c9939a776bde190be5050b35b77c86
parentUpdate the Mantis project ID. (diff)
downloadopensim-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.
-rw-r--r--bin/config-include/FlotsamCache.ini4
-rw-r--r--bin/config-include/FlotsamCache.ini.example4
-rw-r--r--bin/config-include/GridCommon.ini4
-rw-r--r--bin/config-include/GridCommon.ini.example4
-rw-r--r--bin/config-include/HyperSimianGrid.ini2
-rw-r--r--bin/config-include/StandaloneCommon.ini4
-rw-r--r--bin/config-include/StandaloneCommon.ini.example4
7 files changed, 13 insertions, 13 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.
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example
index fa48b6b..4f16943 100644
--- a/bin/config-include/FlotsamCache.ini.example
+++ b/bin/config-include/FlotsamCache.ini.example
@@ -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.
diff --git a/bin/config-include/GridCommon.ini b/bin/config-include/GridCommon.ini
index 8b296c6..26accd9 100644
--- a/bin/config-include/GridCommon.ini
+++ b/bin/config-include/GridCommon.ini
@@ -63,8 +63,8 @@
63 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. 63 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
64 ; I think only Windows needs caching, haven't noticed any difference under Linux, which uses spare memory for file caching anyway. 64 ; I think only Windows needs caching, haven't noticed any difference under Linux, which uses spare memory for file caching anyway.
65 65
66; AssetCaching = "FlotsamAssetCache" 66 AssetCaching = "FlotsamAssetCache"
67; Include-FlotsamCache = "config-include/FlotsamCache.ini" 67 Include-FlotsamCache = "config-include/FlotsamCache.ini"
68 68
69 ;AssetCaching = "CenomeMemoryAssetCache" 69 ;AssetCaching = "CenomeMemoryAssetCache"
70 ;Include-CenomeCache = "config-include/CenomeCache.ini" 70 ;Include-CenomeCache = "config-include/CenomeCache.ini"
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index b453157..669ba38 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -57,8 +57,8 @@
57 ;; Copy the config .example file into your own .ini file and adapt that. 57 ;; Copy the config .example file into your own .ini file and adapt that.
58 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. 58 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
59 59
60; AssetCaching = "FlotsamAssetCache" 60 AssetCaching = "FlotsamAssetCache"
61; Include-FlotsamCache = "config-include/FlotsamCache.ini" 61 Include-FlotsamCache = "config-include/FlotsamCache.ini"
62 62
63 ;AssetCaching = "CenomeMemoryAssetCache" 63 ;AssetCaching = "CenomeMemoryAssetCache"
64 ;Include-CenomeCache = "config-include/CenomeCache.ini" 64 ;Include-CenomeCache = "config-include/CenomeCache.ini"
diff --git a/bin/config-include/HyperSimianGrid.ini b/bin/config-include/HyperSimianGrid.ini
index a3efd2f..24f9813 100644
--- a/bin/config-include/HyperSimianGrid.ini
+++ b/bin/config-include/HyperSimianGrid.ini
@@ -39,7 +39,7 @@
39 SimulationServiceInConnector = true 39 SimulationServiceInConnector = true
40 LibraryModule = false 40 LibraryModule = false
41 41
42; AssetCaching = "FlotsamAssetCache" 42 AssetCaching = "FlotsamAssetCache"
43 43
44[SimulationDataStore] 44[SimulationDataStore]
45 LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" 45 LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService"
diff --git a/bin/config-include/StandaloneCommon.ini b/bin/config-include/StandaloneCommon.ini
index 267062f..8da7784 100644
--- a/bin/config-include/StandaloneCommon.ini
+++ b/bin/config-include/StandaloneCommon.ini
@@ -61,8 +61,8 @@
61 ;; Copy the config .example file into your own .ini file and alter that 61 ;; Copy the config .example file into your own .ini file and alter that
62 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. 62 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
63 63
64; AssetCaching = "FlotsamAssetCache" 64 AssetCaching = "FlotsamAssetCache"
65; Include-FlotsamCache = "config-include/FlotsamCache.ini" 65 Include-FlotsamCache = "config-include/FlotsamCache.ini"
66 66
67 ;AssetCaching = "CenomeMemoryAssetCache" 67 ;AssetCaching = "CenomeMemoryAssetCache"
68 ;Include-CenomeCache = "config-include/CenomeCache.ini" 68 ;Include-CenomeCache = "config-include/CenomeCache.ini"
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index e1b4565..ad5284d 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -58,8 +58,8 @@
58 ;; Copy the config .example file into your own .ini file and alter that 58 ;; Copy the config .example file into your own .ini file and alter that
59 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. 59 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
60 60
61; AssetCaching = "FlotsamAssetCache" 61 AssetCaching = "FlotsamAssetCache"
62; Include-FlotsamCache = "config-include/FlotsamCache.ini" 62 Include-FlotsamCache = "config-include/FlotsamCache.ini"
63 63
64 ;AssetCaching = "CenomeMemoryAssetCache" 64 ;AssetCaching = "CenomeMemoryAssetCache"
65 ;Include-CenomeCache = "config-include/CenomeCache.ini" 65 ;Include-CenomeCache = "config-include/CenomeCache.ini"