From 971d57644fcdee5f18b25a28f0e9ae0dd35aff2e Mon Sep 17 00:00:00 2001 From: AliciaRaven Date: Thu, 30 Jul 2015 18:58:44 +0100 Subject: [PATCH] Fix a typo in my previous changes to robust.ini example files with regards to the FSAssets config. --- bin/Robust.HG.ini.example | 4 ++-- 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 febb0bc29a..2a05a56549 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -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" diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 31595dae9b..f61b213d3f 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -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"