You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: docs/running/batchConfig.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@ You can specify exit codes for the different ways that participants can leave th
231
231
232
232
- "complete" will be displayed to the participant when they get all the way through the exit steps
233
233
- "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.
235
235
- "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.
236
236
237
237
If you do not wish to supply exit codes, enter `"exitCodes": "none"`.
0 commit comments