diff --git a/server/fishtest/views.py b/server/fishtest/views.py index bc0394afe..fce2eabc8 100644 --- a/server/fishtest/views.py +++ b/server/fishtest/views.py @@ -795,7 +795,7 @@ def strip_message(m): batch_size=sprt_batch_size_games // 2, ) # game pairs # Limit on number of games played. - data["num_games"] = 800000 + data["num_games"] = 1600000 elif stop_rule == "spsa": data["num_games"] = int(request.POST["num-games"]) if data["num_games"] <= 0: