Browse Source

afc_statistics: Reduce limit to 1500

main
Ben Kurtovic 4 years ago
parent
commit
4109c95ae2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/afc_statistics.py

+ 1
- 1
tasks/afc_statistics.py View File

@@ -45,7 +45,7 @@ templates it uses, documented in [[Template:AFC statistics/doc]]. -->
<noinclude>{{Documentation|Template:%(pageroot)s/doc}}</noinclude>
"""

_PER_CHART_LIMIT = 2000
_PER_CHART_LIMIT = 1500

class AFCStatistics(Task):
"""A task to generate statistics for WikiProject Articles for Creation.


Loading…
Cancel
Save