diff options
author | James Tucker <jftucker@gmail.com> | 2022-11-07 19:00:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 04:00:27 +0100 |
commit | 833d9c2f1c66b97faf11fb285a8b639fdca24069 (patch) | |
tree | f437934106fb30483d26d3a42c6c4f7ad79399f4 /app/models/message_franking.rb | |
parent | 9f4930ec11b4185fcb17e5394fd0234dfcf16ed3 (diff) |
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.
Diffstat (limited to 'app/models/message_franking.rb')
0 files changed, 0 insertions, 0 deletions