mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(Postgres Trigger Node): Increase manual trigger timeout from 30 to 60 seconds (#8015)
This commit is contained in:
@@ -307,7 +307,7 @@ export class PostgresTrigger implements INodeType {
|
|||||||
})(),
|
})(),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}, 30000);
|
}, 60000);
|
||||||
connection.client.on('notification', async (data: IDataObject) => {
|
connection.client.on('notification', async (data: IDataObject) => {
|
||||||
if (data.payload) {
|
if (data.payload) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user