diff --git a/lib/defaults.js b/lib/defaults.js index 9f5687b0..d3cb911a 100644 --- a/lib/defaults.js +++ b/lib/defaults.js @@ -1,5 +1,5 @@ var defaults = module.exports = { - // database host defaults to localhost + // database host. defaults to localhost host: 'localhost', //database user's name @@ -30,7 +30,7 @@ var defaults = module.exports = { //from the pool and destroyed poolIdleTimeout: 30000, - //frequeny to check for idle clients within the client pool + //frequency to check for idle clients within the client pool reapIntervalMillis: 1000, //pool log function / boolean