mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 04:27:09 +03:00
FIx max not being used
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user