aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorAliciaRaven2015-07-30 18:58:44 +0100
committerAliciaRaven2015-07-30 18:58:44 +0100
commit971d57644fcdee5f18b25a28f0e9ae0dd35aff2e (patch)
tree783fe0daeccac50c95ecb8d4f9f347e3d8052d28 /bin/Robust.HG.ini.example
parentFixed bug introduced in 4735514. The project didn't compile. (diff)
downloadopensim-SC_OLD-971d57644fcdee5f18b25a28f0e9ae0dd35aff2e.zip
opensim-SC_OLD-971d57644fcdee5f18b25a28f0e9ae0dd35aff2e.tar.gz
opensim-SC_OLD-971d57644fcdee5f18b25a28f0e9ae0dd35aff2e.tar.bz2
opensim-SC_OLD-971d57644fcdee5f18b25a28f0e9ae0dd35aff2e.tar.xz
Fix a typo in my previous changes to robust.ini example files with regards to the FSAssets config.
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example4
1 files changed, 2 insertions, 2 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"