Open
Description
Description
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.
Metadata
Metadata
Assignees
Type
Projects
Status
Todo