We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261a42a commit fccaa1cCopy full SHA for fccaa1c
lib/defaults.js
@@ -1,5 +1,5 @@
1
var defaults = module.exports = {
2
- // database host defaults to localhost
+ // database host. defaults to localhost
3
host: 'localhost',
4
5
//database user's name
@@ -30,7 +30,7 @@ var defaults = module.exports = {
30
//from the pool and destroyed
31
poolIdleTimeout: 30000,
32
33
- //frequeny to check for idle clients within the client pool
+ //frequency to check for idle clients within the client pool
34
reapIntervalMillis: 1000,
35
36
//pool log function / boolean
0 commit comments