Update time & padding
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 1m37s

This commit is contained in:
2025-03-01 20:55:52 +01:00
parent 77bc1bfc41
commit 7970fb3aa3
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ const initializeGameState = (roomId) => {
currentComposer: null,
roundStartTime: null,
phaseTimeLimit: {
composing: 30,
composing: 60,
guessing: 10
},
lastFrequency: 440,