From 4109c95ae21caa63be47a6d9020f4bc874b5f3da Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 17 Jan 2020 23:51:36 -0500 Subject: [PATCH] afc_statistics: Reduce limit to 1500 --- tasks/afc_statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/afc_statistics.py b/tasks/afc_statistics.py index d6d8049..83e29b7 100644 --- a/tasks/afc_statistics.py +++ b/tasks/afc_statistics.py @@ -45,7 +45,7 @@ templates it uses, documented in [[Template:AFC statistics/doc]]. --> {{Documentation|Template:%(pageroot)s/doc}} """ -_PER_CHART_LIMIT = 2000 +_PER_CHART_LIMIT = 1500 class AFCStatistics(Task): """A task to generate statistics for WikiProject Articles for Creation.