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, 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..