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
When in batch mode, it appears that tokens are written to user table in database for every request, even when the tokens only changes for the first request.
These unnecessary operations can lead to poor performance, especially when combined with model versioning (eg using paper_trail).
Our test (paper_trail enabled) with 100 requests, resulted in a total processing time of 25s with change_headers_on_each_request enabled and only 6s with change_headers_on_each_request disabled.
The text was updated successfully, but these errors were encountered:
Following-up on #922
The text was updated successfully, but these errors were encountered: