Fix D/L stats

This commit is contained in:
Bryan Ashby 2018-11-27 21:29:35 -07:00
parent 6cce013187
commit 098c24e48a
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ module.exports = {
FileBaseAreaStats : 'file_base_area_stats', // object - see file_base_area.js::getAreaStats
FileUlTotalCount : 'ul_total_count',
FileUlTotalBytes : 'ul_total_bytes',
FileDlTotalCount : 'dl_total_count',
FileDlTotalBytes : 'dl_total_bytes',
MessageTotalCount : 'message_post_total_count', // total non-private messages on the system; non-persistent
MessagesToday : 'message_post_today', // non-private messages posted/imported today; non-persistent