-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Is it possible to set timeout for 1 query when using pg-pool?
As I see here it only check this.connectionParameters.query_timeout
https://github.com/brianc/node-postgres/blob/master/packages/pg/lib/client.js#L513
And if I use pool.query(...) I can't modify connectionParameters object only for 1 query
btw what is a meaning of if (typeof config.submit === 'function') (line 506)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels