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
We can organize the Limits struct in the config better, instead of having a max_* field for every limit and item type, we can use a similar Limit { ... } structure as used in #6250
This is a breaking change, so will require some considerations.
We can organize the
Limitsstruct in the config better, instead of having amax_*field for every limit and item type, we can use a similarLimit { ... }structure as used in #6250This is a breaking change, so will require some considerations.