aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorAliciaRaven2016-11-20 14:20:54 +0000
committerAliciaRaven2016-11-20 14:20:54 +0000
commit05f70024451e99f8e136499c04d645960a6b5f3a (patch)
tree7ac3b3e0c294eede8b692d329af9dfca8fb072fd /bin/Robust.ini.example
parentChange some minor log messages to debug level in Rest client code. (diff)
downloadopensim-SC_OLD-05f70024451e99f8e136499c04d645960a6b5f3a.zip
opensim-SC_OLD-05f70024451e99f8e136499c04d645960a6b5f3a.tar.gz
opensim-SC_OLD-05f70024451e99f8e136499c04d645960a6b5f3a.tar.bz2
opensim-SC_OLD-05f70024451e99f8e136499c04d645960a6b5f3a.tar.xz
Include config option to disable stats thread showing read/write stats in console.
Keeping default as true to retain current behaviour. Also checked to prevent counters being added to so there wont be any integer overflows over time
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 099d4da..743b23d 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -204,6 +204,9 @@
204 ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time 204 ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time
205 ;DaysBetweenAccessTimeUpdates = 30 205 ;DaysBetweenAccessTimeUpdates = 30
206 206
207 ;; Should FSAssets print read/write stats to the robust console, default is true
208 ;ShowConsoleStats = true
209
207 ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) 210 ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration)
208 ;StorageProvider = "" 211 ;StorageProvider = ""
209 ;ConnectionString = "" 212 ;ConnectionString = ""