summary refs log tree commit diff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 70b1f89..5d5ca2a 100644
--- a/index.js
+++ b/index.js
@@ -19,7 +19,7 @@ var config = {
   host: process.env.DB_HOST || '/var/run/postgresql',
   port: 5432, //env var: PGPORT
   max: 2, // max number of clients in the pool
-  idleTimeoutMillis: 30000, // how long a client is allowed to remain idle before being closed
+  idleTimeoutMillis: 30000 // how long a client is allowed to remain idle before being closed
 };