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