openvidu-server: more time for init INDIVIDUAL recording
This commit is contained in:
parent
16af04e380
commit
93fcbe5012
@ -120,7 +120,7 @@ public class SingleStreamRecordingService extends RecordingService {
|
||||
}
|
||||
|
||||
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());
|
||||
throw this.failStartRecording(session, recording, "Couldn't initialize some RecorderEndpoint");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user