Skip to content

Disable BatchLoader replace_methods by default

Heinrich Lee Yu requested to merge disable-batchloader-replace-methods into master

What does this MR do and why?

Method replacement is expensive on objects with a large number of methods and the overhead of method_missing is small so we disable this by default.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Heinrich Lee Yu

Merge request reports