mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
⚡ Increase IMAP auth timeout
This commit is contained in:
@@ -362,7 +362,7 @@ export class EmailReadImap implements INodeType {
|
|||||||
host: credentials.host as string,
|
host: credentials.host as string,
|
||||||
port: credentials.port as number,
|
port: credentials.port as number,
|
||||||
tls: credentials.secure as boolean,
|
tls: credentials.secure as boolean,
|
||||||
authTimeout: 10000,
|
authTimeout: 20000,
|
||||||
},
|
},
|
||||||
onmail: async () => {
|
onmail: async () => {
|
||||||
const returnData = await getNewEmails(connection, searchCriteria);
|
const returnData = await getNewEmails(connection, searchCriteria);
|
||||||
|
|||||||
Reference in New Issue
Block a user