aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.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.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.ini.example')
-rw-r--r--bin/Robust.ini.example4
1 files changed, 2 insertions, 2 deletions
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"