diff options
author | AliciaRaven | 2015-07-30 18:58:44 +0100 |
---|---|---|
committer | AliciaRaven | 2015-07-30 18:58:44 +0100 |
commit | 971d57644fcdee5f18b25a28f0e9ae0dd35aff2e (patch) | |
tree | 783fe0daeccac50c95ecb8d4f9f347e3d8052d28 /bin | |
parent | Fixed bug introduced in 4735514. The project didn't compile. (diff) | |
download | opensim-SC-971d57644fcdee5f18b25a28f0e9ae0dd35aff2e.zip opensim-SC-971d57644fcdee5f18b25a28f0e9ae0dd35aff2e.tar.gz opensim-SC-971d57644fcdee5f18b25a28f0e9ae0dd35aff2e.tar.bz2 opensim-SC-971d57644fcdee5f18b25a28f0e9ae0dd35aff2e.tar.xz |
Fix a typo in my previous changes to robust.ini example files with regards to the FSAssets config.
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 4 | ||||
-rw-r--r-- | bin/Robust.ini.example | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index febb0bc..2a05a56 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -219,7 +219,7 @@ | |||
219 | ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService"; | 219 | ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService"; |
220 | 220 | ||
221 | ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset | 221 | ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset |
222 | ;; Reduces DB calls if asset is requested oftern. Default value 0 | 222 | ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time |
223 | ;DaysBetweenAccessTimeUpdates = 30 | 223 | ;DaysBetweenAccessTimeUpdates = 30 |
224 | 224 | ||
225 | ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) | 225 | ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) |
@@ -227,7 +227,7 @@ | |||
227 | ;ConnectionString = "" | 227 | ;ConnectionString = "" |
228 | ;Realm = "fsassets" | 228 | ;Realm = "fsassets" |
229 | 229 | ||
230 | ;; The Following Are Common to both the default asset service and FSAsset service | 230 | ;; The following are common to both the default asset service and FSAsset service |
231 | 231 | ||
232 | ;; Common asset service options | 232 | ;; Common asset service options |
233 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 233 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 31595da..f61b213 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -180,7 +180,7 @@ | |||
180 | ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService"; | 180 | ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService"; |
181 | 181 | ||
182 | ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset | 182 | ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset |
183 | ;; Reduces DB calls if asset is requested oftern. Default value 0 | 183 | ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time |
184 | ;DaysBetweenAccessTimeUpdates = 30 | 184 | ;DaysBetweenAccessTimeUpdates = 30 |
185 | 185 | ||
186 | ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) | 186 | ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) |
@@ -188,7 +188,7 @@ | |||
188 | ;ConnectionString = "" | 188 | ;ConnectionString = "" |
189 | ;Realm = "fsassets" | 189 | ;Realm = "fsassets" |
190 | 190 | ||
191 | ;; The Following Are Common to both the default asset service and FSAsset service | 191 | ;; The following are common to both the default asset service and FSAsset service |
192 | 192 | ||
193 | ;; Default loader for loading default assets from XML on first run | 193 | ;; Default loader for loading default assets from XML on first run |
194 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 194 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |