aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.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.HG.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 '')
-rw-r--r--bin/Robust.HG.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index ad07674..c231a8a 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -242,6 +242,9 @@
242 ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time 242 ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time
243 ;DaysBetweenAccessTimeUpdates = 30 243 ;DaysBetweenAccessTimeUpdates = 30
244 244
245 ;; Should FSAssets print read/write stats to the robust console, default is true
246 ;ShowConsoleStats = true
247
245 ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) 248 ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration)
246 ;StorageProvider = "" 249 ;StorageProvider = ""
247 ;ConnectionString = "" 250 ;ConnectionString = ""