mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(Postgres Node): Re-use connection pool across executions (#12346)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -321,7 +321,6 @@ export class PostgresTrigger implements INodeType {
|
||||
}
|
||||
} finally {
|
||||
connection.client.removeListener('notification', onNotification);
|
||||
if (!db.$pool.ending) await db.$pool.end();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user