make Timeout time clearer

This commit is contained in:
Mystikfluu 2023-04-02 20:35:39 +02:00
parent 93ab117f13
commit 1ab0379b64

View File

@ -35,7 +35,7 @@ export const setup = function (router, con, server) {
if(data !== undefined && data.token===token && data.appid === appid && data.userid === res.locals.userid) {
temp_code_to_token[tokencode]=undefined
}
}, 300000); //wait for 5 minutes
}, 1000*60*5);
const sql = "SELECT application_auth_url FROM ipost.application where application_id=?"