Edit 'quality-users' limit to match description (#27)

This commit is contained in:
bschlagel 2018-10-15 16:21:13 -04:00 committed by Rishabh
parent 9d7db064af
commit 7a86163c5f
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class Queries
u.views u.views
HAVING count(p.id) > 50 HAVING count(p.id) > 50
ORDER BY sum(p.score) / count(p) DESC ORDER BY sum(p.score) / count(p) DESC
LIMIT 20 LIMIT 50
SQL SQL
queries["user-participation"]["sql"] = <<~SQL queries["user-participation"]["sql"] = <<~SQL