Increase pool size

master
Sven Slootweg 1 year ago
parent 794526d001
commit c0fb96eb3f

@ -33,7 +33,10 @@ module.exports = {
backend: "postgresql",
database: {
host: "/run/postgresql",
database: "seekseek_documentation"
database: "seekseek_documentation",
pool: {
max: 128
}
},
seed: [{
id: "st:home",

Loading…
Cancel
Save