diff --git a/app.js b/app.js index 1423913..6574d8d 100644 --- a/app.js +++ b/app.js @@ -14,7 +14,7 @@ var gracefulShutdown = function() { setTimeout(function(){ console.info("xxx", "sys", "Closed out remaining connections."); process.exit(0); - }, 5*1000); + }, 1000); } // listen for TERM signal .e.g. kill