Skip to content

Commit c807704

Browse files
committed
docs: correct lobbyTimeout from 5 to 10 minutes
The documentation incorrectly stated that the lobby timeout fallback code is displayed after 5 minutes. The actual value in the code (client/src/intro-exit/Lobby.jsx) is 10 minutes. Fixes #1099
1 parent c620724 commit c807704

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/running/batchConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ You can specify exit codes for the different ways that participants can leave th
231231

232232
- "complete" will be displayed to the participant when they get all the way through the exit steps
233233
- "error" will be shown in case of server error or premature batch termination
234-
- "lobbyTimeout" will be shown if it takes more than 5 minutes to match participants, giving them the option to leave and be paid only for the intro sequence.
234+
- "lobbyTimeout" will be shown if it takes more than 10 minutes to match participants, giving them the option to leave and be paid only for the intro sequence.
235235
- "failedEquipmentCheck" is shown when the participant cannot complete the camera setup (`VideoEquipmentCheck`). Audio checks run in a separate stage and do not trigger this code.
236236

237237
If you do not wish to supply exit codes, enter `"exitCodes": "none"`.

0 commit comments

Comments
 (0)