change MAX_WAIT from 29 to 5 minutes for re-idling

fork
mscdex 12 years ago
parent ce87915fb0
commit 95902ec770

@ -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

Loading…
Cancel
Save