mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
FIx max not being used
This commit is contained in:
parent
08d458bdd6
commit
4650316067
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ if (config.mysql) {
|
|||
database: "sponsorTimes",
|
||||
password: config.postgres?.password,
|
||||
port: config.postgres?.port,
|
||||
max: config.postgres?.max,
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -37,6 +38,7 @@ if (config.mysql) {
|
|||
database: "privateDB",
|
||||
password: config.postgres?.password,
|
||||
port: config.postgres?.port,
|
||||
max: config.postgres?.max,
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue