clear timeout

This commit is contained in:
Girish Ramakrishnan
2017-02-01 23:20:11 -08:00
parent b80f0082e9
commit 20eaa60a97
2 changed files with 4 additions and 1 deletions

View File

@@ -151,6 +151,9 @@ 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));