From 896708492fcf269f925850d874acd72cb6a25c55 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 22 Feb 2025 12:54:58 +0100 Subject: Tweak winner logic to scale threshold by player count. --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema.sql') diff --git a/schema.sql b/schema.sql index 88796e3..3f0fd1d 100644 --- a/schema.sql +++ b/schema.sql @@ -882,7 +882,7 @@ begin with tt as ( select - round_count as threshold + (2 * round_count) / player_count as threshold from tm_seeds where -- cgit v1.2.3