diff options
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 4 |
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" |