Since Chi migration html rendering is essentially single threaded due to unrolled #15832
Labels
issue/critical
This issue should be fixed ASAP. If it is a PR, the PR should be merged ASAP
Milestone
There is a global lock in unrolled.render.HTML:
https://github.com/unrolled/render/blob/b7951a4bb643b89b5e45e179cee661139809c294/render.go#L392
Anything that holds up Rendering just blocks it for everyone and we essentially can only render one html template at a time.
Originally posted by @zeripath in #15826 (comment)
The text was updated successfully, but these errors were encountered: