From fbfb6900ce43952e28a57fe624f5cb89f92a8b7f Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Sun, 20 Mar 2016 07:59:22 -0400 Subject: [PATCH] Restore the default size of the high score list. In an era of megabyte JavaScript libraries, ten lines of text is not too much. --- web/scoring/high.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/scoring/high.cgi b/web/scoring/high.cgi index 6f2e8a3..b749961 100755 --- a/web/scoring/high.cgi +++ b/web/scoring/high.cgi @@ -31,7 +31,7 @@ else: if start < 0: start = 0 -deflimit = (12 // len(games)) * 5 +deflimit = 10 formlimit = cgidata.getfirst("l") if not formlimit: limit = deflimit