From 8356661e1912daa950b5767d279ec3a605af5cb9 Mon Sep 17 00:00:00 2001 From: Menci Date: Wed, 7 Nov 2018 13:37:05 +0800 Subject: [PATCH] Change default ranklist page count to 50 --- config-example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-example.json b/config-example.json index 2886ec1..4e8edc6 100644 --- a/config-example.json +++ b/config-example.json @@ -53,7 +53,7 @@ "problem_statistics": 10, "judge_state": 10, "ranklist_index": 20, - "ranklist": 20, + "ranklist": 50, "discussion": 10, "article_comment": 10, "contest": 10,