diff --git a/lib/bq_client.rb b/lib/bq_client.rb index 256dffc..0721d2b 100644 --- a/lib/bq_client.rb +++ b/lib/bq_client.rb @@ -89,7 +89,7 @@ def top_new_sql WHERE ref_type='"repository"' OR ref_type IS NULL # PublicEvent has no ref_type ) GROUP BY repo.id, repo.name, repo.url - HAVING count >= 25 + HAVING count >= 10 ORDER BY count DESC LIMIT 1000 SQL