ソースを参照

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.


読み込み中…
キャンセル
保存