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 Engine and Instrumented processes go to the RD SettingsModel every time they need something from UtSettings. This produces a couple of issues:
it heavily pollutes log if trace level is enabled
it significantly slows down execution
Expected behavior
Cache all settings on first request and only refresh on changes.