commit 0620e97e7c7da2f610b7788c73f4d93de3815613
parent 211a1e400673160b16ad955129a88db9d28701bc
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Wed, 6 Dec 2023 15:06:22 -0500
wait time for a user is 60s
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go
@@ -19,7 +19,7 @@ import (
)
const NbPlayers = 6
-const MaxUserCountdown = 10
+const MaxUserCountdown = 60
const MinTimeAfterGame = 10
const BackfacingDeg = "-180deg"
const BurnStackX = 400