defaults.js: fix typo in comment

This commit is contained in:
Kevin Burke 2015-10-08 23:02:15 -07:00
parent 261a42a730
commit fccaa1c598

View File

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