Skip to content

Memoize the global default for push rules within the request

Stan Hu requested to merge sh-cache-push-rule-global-lookup into master

When pushing many references, the global default setting is repeatedly retrieved from the schema cache, which can bog down performance to the point where unicorn times out.

Closes #6465 (closed)

Merge request reports