Auto-play a random legal card when the turn timeout expires
This commit is contained in:
@@ -24,6 +24,10 @@ GAME_TTL_SECONDS=86400
|
||||
# before dealing the next hand anyway.
|
||||
HAND_ACK_TIMEOUT_SECONDS=30
|
||||
|
||||
# Seconds a player has to play before the server plays a random legal card
|
||||
# for them (covers disconnects and idle players).
|
||||
TURN_TIMEOUT_SECONDS=30
|
||||
|
||||
# App server
|
||||
APP_HOST=0.0.0.0
|
||||
APP_PORT=8080
|
||||
|
||||
Reference in New Issue
Block a user