mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
⚡ Increase IMAP auth timeout
This commit is contained in:
parent
0db307186e
commit
2568b4b571
|
@ -362,7 +362,7 @@ export class EmailReadImap implements INodeType {
|
|||
host: credentials.host as string,
|
||||
port: credentials.port as number,
|
||||
tls: credentials.secure as boolean,
|
||||
authTimeout: 10000,
|
||||
authTimeout: 20000,
|
||||
},
|
||||
onmail: async () => {
|
||||
const returnData = await getNewEmails(connection, searchCriteria);
|
||||
|
|
Loading…
Reference in a new issue