Open
Description
Currently, all properties are added to the "global namespace" in our config.
That pollutes it quite a bit, and is confusing, when comparing it with the defaults.
I propose moving rlimits to their own namespace, by prefixing them with rlimits.
.
n.b.: it might also be helpful to extend our getter to not just return one or all
, but also all from a namespace.
.