config fixed, session server timeout increased
This commit is contained in:
@@ -28,7 +28,7 @@ const create_session = async (req, res, next) => {
|
||||
var websocket_url = await run_session(session_server.url, session_id, title)
|
||||
|
||||
if (!websocket_url) {
|
||||
next(new not_found_error('websocket_url not valid'))
|
||||
next(new not_found_error('can not run session'))
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user