mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: more time for init INDIVIDUAL recording
parent
16af04e380
commit
93fcbe5012
|
@ -120,7 +120,7 @@ public class SingleStreamRecordingService extends RecordingService {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (!recordingStartedCountdown.await(5, TimeUnit.SECONDS)) {
|
if (!recordingStartedCountdown.await(10, TimeUnit.SECONDS)) {
|
||||||
log.error("Error waiting for some recorder endpoint to start in session {}", session.getSessionId());
|
log.error("Error waiting for some recorder endpoint to start in session {}", session.getSessionId());
|
||||||
throw this.failStartRecording(session, recording, "Couldn't initialize some RecorderEndpoint");
|
throw this.failStartRecording(session, recording, "Couldn't initialize some RecorderEndpoint");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue