Add max to postgres config

This commit is contained in:
Ajay
2022-05-27 19:07:25 -04:00
parent d038279d79
commit 6abfba1b12

View File

@@ -76,7 +76,8 @@ addDefaults(config, {
user: "",
host: "",
password: "",
port: 5432
port: 5432,
max: 150
},
dumpDatabase: {
enabled: false,