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
{{ message }}
This repository was archived by the owner on Jul 6, 2020. It is now read-only.
When returning a large payload for a request, the response time seems to be dramatically affected because it has to go through jsonFormat(). As this would seem to be just a presentational thing, it would be good to be able to turn this off.
When returning a large payload for a request, the response time seems to be dramatically affected because it has to go through jsonFormat(). As this would seem to be just a presentational thing, it would be good to be able to turn this off.
What are your thoughts?