rusackas commented on PR #42804:
URL: https://github.com/apache/superset/pull/42804#issuecomment-5196662814

   @michael-s-molina fwiw, my guess on why zstd specifically made this worse: 
it spawns a real `zstd` subprocess per request instead of zlib's in-process 
decompression, so each response takes measurably longer to fully process. That 
widens the window for the Flask reloader's restart-on-save to land mid-response 
and trigger the hang.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to