Server timeout is 10s
This commit is contained in:
parent
6075deb73f
commit
c5156be276
|
@ -34,11 +34,13 @@ function startServer(id) {
|
||||||
config.port
|
config.port
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
server.timeout = 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
throng({
|
throng({
|
||||||
workers: process.env.WEB_CONCURRENCY || 1,
|
workers: process.env.WEB_CONCURRENCY || 1,
|
||||||
lifetime: Infinity,
|
lifetime: Infinity,
|
||||||
grace: 5000,
|
grace: 11000,
|
||||||
start: startServer
|
start: startServer
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue