Loading app/exposure.js +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ function onConfigRequest(req, res) { const currTimestamp = Date.now(); if (!configContent || !configContent.length || req.forceRefresh || if (!configContent || !configContent.length || req.query.forceRefresh || configLastUpdated < currTimestamp - configExpirationMs) { const afterResponseCallback = (status, content) => configContent = status ? content : ''; Loading Loading
app/exposure.js +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ function onConfigRequest(req, res) { const currTimestamp = Date.now(); if (!configContent || !configContent.length || req.forceRefresh || if (!configContent || !configContent.length || req.query.forceRefresh || configLastUpdated < currTimestamp - configExpirationMs) { const afterResponseCallback = (status, content) => configContent = status ? content : ''; Loading