Query dns in parallel

This commit is contained in:
Girish Ramakrishnan
2017-02-02 11:28:35 -08:00
parent ce2cd00fbf
commit 06c8e8f0cb
2 changed files with 1 additions and 4 deletions

View File

@@ -151,9 +151,6 @@ function getCloudronAvatar(req, res, next) {
}
function getEmailDnsRecords(req, res, next) {
req.clearTimeout();
settings.getEmailDnsRecords(function (error, records) {
if (error) return next(new HttpError(500, error));