Fix a typo in my previous changes to robust.ini example files with regards to the FSAssets config.

0.8.2-post-fixes
AliciaRaven 2015-07-30 18:58:44 +01:00
parent 8aa75f225b
commit 971d57644f
2 changed files with 4 additions and 4 deletions

View File

@ -219,7 +219,7 @@
;FallbackService = "OpenSim.Services.AssetService.dll:AssetService";
;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset
;; Reduces DB calls if asset is requested oftern. Default value 0
;; Reduces DB calls if asset is requested often. Default value 0 will always update access time
;DaysBetweenAccessTimeUpdates = 30
;; FSAssets Custom Database Config (Leave blank to use grids default database configuration)
@ -227,7 +227,7 @@
;ConnectionString = ""
;Realm = "fsassets"
;; The Following Are Common to both the default asset service and FSAsset service
;; The following are common to both the default asset service and FSAsset service
;; Common asset service options
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"

View File

@ -180,7 +180,7 @@
;FallbackService = "OpenSim.Services.AssetService.dll:AssetService";
;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset
;; Reduces DB calls if asset is requested oftern. Default value 0
;; Reduces DB calls if asset is requested often. Default value 0 will always update access time
;DaysBetweenAccessTimeUpdates = 30
;; FSAssets Custom Database Config (Leave blank to use grids default database configuration)
@ -188,7 +188,7 @@
;ConnectionString = ""
;Realm = "fsassets"
;; The Following Are Common to both the default asset service and FSAsset service
;; The following are common to both the default asset service and FSAsset service
;; Default loader for loading default assets from XML on first run
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"