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:
parent
e3bf86a6cb
commit
9d8ae031d0
@ -71,8 +71,8 @@ export const globalConfig = {
|
|||||||
|
|
||||||
readerAnalyzeIntervalSeconds: 10,
|
readerAnalyzeIntervalSeconds: 10,
|
||||||
|
|
||||||
goalAcceptorMinimumDurationSeconds: G_IS_DEV ? 1 : 5,
|
goalAcceptorMinimumDurationSeconds: 5,
|
||||||
goalAcceptorsPerProducer: G_IS_DEV ? 4 : 4,
|
goalAcceptorsPerProducer: 4.5,
|
||||||
puzzleModeSpeed: 3,
|
puzzleModeSpeed: 3,
|
||||||
puzzleMinBoundsSize: 2,
|
puzzleMinBoundsSize: 2,
|
||||||
puzzleMaxBoundsSize: 20,
|
puzzleMaxBoundsSize: 20,
|
||||||
|
Loading…
Reference in New Issue
Block a user