try harder for ec2 boxes
This commit is contained in:
parent
0056e7cfec
commit
7037c5c2f1
@ -197,7 +197,7 @@ ImapProbe.prototype._scanBox = function (needle, callback) {
|
|||||||
ImapProbe.prototype.probe = function (needle, callback) {
|
ImapProbe.prototype.probe = function (needle, callback) {
|
||||||
var that = this;
|
var that = this;
|
||||||
|
|
||||||
var times = needle.times || 5, interval = needle.interval || 20000;
|
var times = needle.times || 10, interval = needle.interval || 30000;
|
||||||
|
|
||||||
this._connection.once('error', callback);
|
this._connection.once('error', callback);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user