You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we load the config in place, every time we need it. It would be faster / more efficient to just load it once for every request in form of a global middleware. All the controllers can then consume the data, for example from req.locals.config.
The text was updated successfully, but these errors were encountered:
Currently we load the config in place, every time we need it. It would be faster / more efficient to just load it once for every request in form of a global middleware. All the controllers can then consume the data, for example from
req.locals.config
.The text was updated successfully, but these errors were encountered: