mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 21:47:02 +03:00
Add different max for private db connection
This commit is contained in:
@@ -30,6 +30,7 @@ if (config.postgres?.enabled) {
|
||||
createDbIfNotExists: config.createDatabaseIfNotExist,
|
||||
postgres: {
|
||||
...config.postgres,
|
||||
max: config.postgresPrivateMax ?? config.postgres.max,
|
||||
database: "privateDB"
|
||||
},
|
||||
postgresReadOnly: config.postgresReadOnly ? {
|
||||
|
||||
Reference in New Issue
Block a user