mirror of https://github.com/mastodon/mastodon
Improve performance by avoiding method cache busts (#19957)
Switch to monkey-patching http.rb rather than a runtime extend of each response, so as to avoid busting the global method cache. A guard is included that will provide developer feedback in development and test environments should the monkey patch ever collide.pull/20091/head
parent
9f4930ec11
commit
833d9c2f1c
Loading…
Reference in New Issue