more accurate "active users": 7417

This commit is contained in:
Tyler Renelle
2013-06-15 13:52:10 -04:00
parent 00e2841b78
commit 989d5839c4

View File

@@ -30,9 +30,9 @@ var
{ 'auth.local': { $exists: true }}, { 'auth.local': { $exists: true }},
{ 'auth.facebook': { $exists: true }} { 'auth.facebook': { $exists: true }}
], ],
$where: function(){ // $where: function(){
return this.history && this.history.exp && this.history.exp.length > 14; // return this.history && this.history.exp && this.history.exp.length > 7;
}, // },
'lastCron': {$gt: twoWeeksAgo} 'lastCron': {$gt: twoWeeksAgo}
}; };