fix: concurrency issues caused by poller
This commit is contained in:
parent
7307466df4
commit
6b7d14de2b
7 changed files with 48 additions and 26 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue