Edit 'quality-users' limit to match description (#27)
This commit is contained in:
parent
9d7db064af
commit
7a86163c5f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue