summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/globalruntimeconfiguration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the global configuration for all runtimesRobert Griebl2024-06-181-0/+14
Instead of dragging every bit of configuration through the factory -> managers -> runtimes chain, we now keep it in a global singleton. The old system just didn't scale when adding new bits of config, like the WatchdogConfiguration. Pick-to: 6.8 Change-Id: Ic1389c890333910cdaee284de1fa9880c62e444a Reviewed-by: Dominik Holland <[email protected]>