fix: concurrency issues caused by poller

This commit is contained in:
Taranto 2023-07-06 16:56:17 +01:00
parent 7307466df4
commit 6b7d14de2b
7 changed files with 48 additions and 26 deletions

View file

@ -75,7 +75,7 @@ const populateSettings = function (req, res, next) {
.catch(next)
}
logger.debug('Fetching and caching a specific config version')
logger.debug('Fetching a cached specific config version')
req.settings = cachedVersionedSettings
return next()
}