From 9d8ae031d0715a1df7735b2db665985489c7f20b Mon Sep 17 00:00:00 2001 From: tobspr Date: Mon, 3 May 2021 17:37:04 +0200 Subject: [PATCH] Fix throughput --- src/js/core/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/core/config.js b/src/js/core/config.js index cb70528b..7aa226c0 100644 --- a/src/js/core/config.js +++ b/src/js/core/config.js @@ -71,8 +71,8 @@ export const globalConfig = { readerAnalyzeIntervalSeconds: 10, - goalAcceptorMinimumDurationSeconds: G_IS_DEV ? 1 : 5, - goalAcceptorsPerProducer: G_IS_DEV ? 4 : 4, + goalAcceptorMinimumDurationSeconds: 5, + goalAcceptorsPerProducer: 4.5, puzzleModeSpeed: 3, puzzleMinBoundsSize: 2, puzzleMaxBoundsSize: 20,