From 6abfba1b125d19d95019941b27f5650d333cc0b7 Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 27 May 2022 19:07:25 -0400 Subject: [PATCH] Add max to postgres config --- src/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index aa8ac5f..2aa55ef 100644 --- a/src/config.ts +++ b/src/config.ts @@ -76,7 +76,8 @@ addDefaults(config, { user: "", host: "", password: "", - port: 5432 + port: 5432, + max: 150 }, dumpDatabase: { enabled: false,