mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-30 19:38:28 +03:00
Add max to postgres config
This commit is contained in:
@@ -76,7 +76,8 @@ addDefaults(config, {
|
|||||||
user: "",
|
user: "",
|
||||||
host: "",
|
host: "",
|
||||||
password: "",
|
password: "",
|
||||||
port: 5432
|
port: 5432,
|
||||||
|
max: 150
|
||||||
},
|
},
|
||||||
dumpDatabase: {
|
dumpDatabase: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user