remotes/origin/patch-add-auth-example
Daniel García Aubert 6 years ago
parent ce04cbcb45
commit 29e5b1ff97

@ -123,7 +123,7 @@ process.on('SIGHUP', function() {
}
});
process.on('SIGTERM', function () {
process.once('SIGTERM', function () {
listener.close(function () {
server.batch.stop(function () {
server.batch.drain(function (err) {

Loading…
Cancel
Save