diff options
author | UbitUmarov | 2016-11-20 14:42:30 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-20 14:42:30 +0000 |
commit | 0ce034d5d629c77af09abf35a08dd432c0a07563 (patch) | |
tree | 031375f92065fcfd2a05f1497f378eecec275b0d /bin | |
parent | revert more object references removal on clients close because 2 many code pa... (diff) | |
parent | Include config option to disable stats thread showing read/write stats in con... (diff) | |
download | opensim-SC_OLD-0ce034d5d629c77af09abf35a08dd432c0a07563.zip opensim-SC_OLD-0ce034d5d629c77af09abf35a08dd432c0a07563.tar.gz opensim-SC_OLD-0ce034d5d629c77af09abf35a08dd432c0a07563.tar.bz2 opensim-SC_OLD-0ce034d5d629c77af09abf35a08dd432c0a07563.tar.xz |
Merge branch 'master' of opensimulator.org:/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Robust.HG.ini.example | 3 | ||||
-rw-r--r-- | bin/Robust.ini.example | 3 |
2 files changed, 6 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 = "" |
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 = "" |