Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Explain Log Rate Spikes: Fix slowness of
flushFix
random paylo…
…ad generation. (#160645) The random payload for the proxy flushing fix was regenerated for every push to the stream. This turned out to be quite slow. This PR updates the logic to create the payload only once and reuse it for every push. Note: Further testing in Cloud showed the differences there are not as big as in my local testing, might be related to entropy for `crypto.randomBytes`.
- Loading branch information