config fixed, session server timeout increased

This commit is contained in:
C
2023-01-25 17:23:37 +05:00
parent 7efb6a31cb
commit 0c0201622b
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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
}