mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Modified stuff for easyer testing, logging questiondb count in daily stats
This commit is contained in:
parent
d7b5ad8160
commit
cc19b5424b
8 changed files with 11 additions and 40 deletions
|
@ -66,6 +66,7 @@ function ExportDailyDataCount(questionDbs, userDB) {
|
|||
date: utils.GetDateString(),
|
||||
subjectCount: getSubjCount(questionDbs),
|
||||
questionCount: getQuestionCount(questionDbs),
|
||||
questionDbsCount: questionDbs.length,
|
||||
userCount: dbtools.TableInfo(userDB, 'users').dataCount,
|
||||
}),
|
||||
dailyDataCountFile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue