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
It's similar to the other limits, e.g. obtained via `get_limit`. So it
makes sense to handle it consistently with the other limits. We now use
`Limit` in most places instead of `Option<usize>`, so we use
`Limit::new(usize::MAX)` to emulate how `None` used to work.
The commit also adds `Limit::unlimited`.
0 commit comments