Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify the global configuration for all runtimes | Robert Griebl | 2024-06-18 | 1 | -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]> |