From 8c99af687362b97bab9cd9bf879e0ffb909e6aec Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Tue, 5 Dec 2023 15:51:31 -0500 Subject: [PATCH] Set a knex pool size to 3 - 30 --- src/db-connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db-connection.ts b/src/db-connection.ts index 1909a69e7..e8c6a2fae 100644 --- a/src/db-connection.ts +++ b/src/db-connection.ts @@ -45,7 +45,7 @@ export async function createDbConnection(dbConfig: Db = config.db): Promise