From 0ac5bdecd52b8932c52ddd10877d58af78c0f9f2 Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 22 Oct 2018 14:45:41 -0400 Subject: [PATCH] leave less connections open to the db. --- db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.js b/db.js index 885a1ce..212a969 100644 --- a/db.js +++ b/db.js @@ -22,7 +22,7 @@ const options = { host: "jtooldb.cugcr.ca", db: "hackathon", max: 50, - buffer: 10, + buffer: 2, }; let pullFromEnv = ["user", "password", "host", "db"];