1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Fix throughput

This commit is contained in:
tobspr 2021-05-03 17:37:04 +02:00
parent e3bf86a6cb
commit 9d8ae031d0

View File

@ -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,