mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-09 13:24:53 +00:00
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
|
||||
HAVING count(p.id) > 50
|
||||
ORDER BY sum(p.score) / count(p) DESC
|
||||
LIMIT 20
|
||||
LIMIT 50
|
||||
SQL
|
||||
|
||||
queries["user-participation"]["sql"] = <<~SQL
|
||||
|
Loading…
x
Reference in New Issue
Block a user