From fccaa1c598cebaf21ca7253aff851ffd54f29f28 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Thu, 8 Oct 2015 23:02:15 -0700 Subject: [PATCH] defaults.js: fix typo in comment --- lib/defaults.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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