默认一个请求,超过2分钟就会自动断掉!
var server=http.createServer(app);
server.setTimeout(0);
【nodejs官方地址:】
https://nodejs.org/api/http.html#http_response_settimeout_msecs_callback
默认一个请求,超过2分钟就会自动断掉!
var server=http.createServer(app);
server.setTimeout(0);
【nodejs官方地址:】
https://nodejs.org/api/http.html#http_response_settimeout_msecs_callback