mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(Postgres Node): Backport connection pooling to postgres v1 (#12484)
This commit is contained in:
@@ -37,6 +37,14 @@ export class Postgres implements ICredentialType {
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Maximum Number of Connections',
|
||||
name: 'maxConnections',
|
||||
type: 'number',
|
||||
default: 100,
|
||||
description:
|
||||
'Make sure this value times the number of workers you have is lower than the maximum number of connections your postgres instance allows.',
|
||||
},
|
||||
{
|
||||
displayName: 'Ignore SSL Issues (Insecure)',
|
||||
name: 'allowUnauthorizedCerts',
|
||||
|
||||
Reference in New Issue
Block a user