From a65d0b1707d0e9c7e500261223eca4883dabdcf1 Mon Sep 17 00:00:00 2001 From: FauziAkram Date: Tue, 27 Feb 2024 23:29:21 +0300 Subject: [PATCH] Update rundb.py --- server/fishtest/rundb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/fishtest/rundb.py b/server/fishtest/rundb.py index dad9a9ee6c..d77ad48422 100644 --- a/server/fishtest/rundb.py +++ b/server/fishtest/rundb.py @@ -869,7 +869,7 @@ def calc_itp(self, run, count): itp *= bonus # Malus for too many active runs - itp *= 36.0 / (36.0 + count * count) + itp *= 64.0 / (64.0 + count * count) run["args"]["itp"] = itp