📅  最后修改于: 2022-03-11 15:02:23.111000             🧑  作者: Mango
const PORT = 3000;
const server = app.listen(PORT);
const timeout = 50*1000; // example timeout of 50 seconds
server.setTimeout(timeout);