Merge pull request #873 from kevinburke/fix-typo

defaults.js: fix typo in comment
This commit is contained in:
Brian C 2015-11-13 10:45:14 -06:00
commit ee21036962

View File

@ -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