change pool num
This commit is contained in:
parent
c202e83c6a
commit
2231c2f8e9
@ -6,7 +6,7 @@ const pool = new pg.Pool({
|
|||||||
password: config.database.pass || null,
|
password: config.database.pass || null,
|
||||||
host: config.database.host,
|
host: config.database.host,
|
||||||
port: config.database.port,
|
port: config.database.port,
|
||||||
max: 100,
|
max: 20,
|
||||||
database: config.database.dbname
|
database: config.database.dbname
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user