FIx max not being used

This commit is contained in:
Ajay 2022-05-27 22:46:35 -04:00
parent 08d458bdd6
commit 4650316067

View file

@ -22,6 +22,7 @@ if (config.mysql) {
database: "sponsorTimes", database: "sponsorTimes",
password: config.postgres?.password, password: config.postgres?.password,
port: config.postgres?.port, port: config.postgres?.port,
max: config.postgres?.max,
} }
}); });
@ -37,6 +38,7 @@ if (config.mysql) {
database: "privateDB", database: "privateDB",
password: config.postgres?.password, password: config.postgres?.password,
port: config.postgres?.port, port: config.postgres?.port,
max: config.postgres?.max,
} }
}); });
} else { } else {