From 95902ec77057acd6df6da8993fd2e7ec2f2deb54 Mon Sep 17 00:00:00 2001 From: mscdex Date: Sun, 7 Apr 2013 00:59:55 -0400 Subject: [PATCH] change MAX_WAIT from 29 to 5 minutes for re-idling --- lib/imap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/imap.js b/lib/imap.js index ef29b4b..0b40189 100644 --- a/lib/imap.js +++ b/lib/imap.js @@ -91,7 +91,7 @@ function ImapConnection(options) { ext: { // Capability-specific state info idle: { - MAX_WAIT: 1740000, // 29 mins in ms + MAX_WAIT: 300000, // 5 mins in ms state: IDLE_NONE, reIDLE: false, timeStarted: undefined