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
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
It looks like the configured ImageMaxRewritesAtOnce is ignored when limiting concurrent image rewrites (and expensive operations), as the default rewrite options value is used which always keeps the default value (8).
The global options from the server context do contain the configured value, but we probably can't use those as the option is process-scoped.