浏览代码

afc_statistics: Reduce limit to 1500

main
Ben Kurtovic 4 年前
父节点
当前提交
4109c95ae2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/afc_statistics.py

+ 1
- 1
tasks/afc_statistics.py 查看文件

@@ -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.


正在加载...
取消
保存