Skip to content

Commit 78dd4b5

Browse files
author
Bastien Guerry
committed
src/codegouvfr-output-data.clj: Refine statistics thresholds
1 parent 5c6bc76 commit 78dd4b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/codegouvfr-output-data.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ This list is published under Licence Ouverte 2.0 and CC BY.")
606606
:orgas_cnt (str (count @owners))
607607
:top_orgs_by_stars (get-top-owners-by 10 :total_stars)
608608
:top_orgs_by_repos (get-top-owners-by 10 :repositories_count)
609-
:top_orgs_repos_stars (get-top-owners-repos-stars 1 100)
610-
:top_orgs_repos_followers (get-top-owners-repos-followers 50 50)
609+
:top_orgs_repos_stars (get-top-owners-repos-stars 1 200)
610+
:top_orgs_repos_followers (get-top-owners-repos-followers 1 20)
611611
:top_repos_by_score_range (get-top-repos-by-score-range)
612612
:top_licenses (get-top-x 10 :license #"(?i)other")
613613
:top_languages (get-top-x 10 :language)}

0 commit comments

Comments
 (0)