do not timeout when checking for updates

This commit is contained in:
Girish Ramakrishnan
2018-11-13 10:38:15 -08:00
parent f93e0c868c
commit af6653dfeb

View File

@@ -76,6 +76,9 @@ function getUpdateInfo(req, res, next) {
}
function checkForUpdates(req, res, next) {
// it can take a while sometimes to get all the app updates one by one
req.clearTimeout();
async.series([
updateChecker.checkAppUpdates,
updateChecker.checkBoxUpdates