Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use find cache for glob expansion in grpc render #516

Merged
merged 1 commit into from Jan 17, 2023

Conversation

emadolsky
Copy link
Contributor

The reason is that caching render responses in streaming render doesn't make much sense. Also, it reduces performance cause the results get cached when the streaming finishes. All this, seems unnecessary if we could cache glob expansion because most of the times that is what makes requests long (from the trace observation).

The reason is that caching render responses in streaming render
doesn't make much sense. Also, it reduces performance cause the
results get cached when the streaming finishes. All this, seems
unnecessary if we could cache glob expansion because most of the
times that is what makes requests long (from the trace observation).
@emadolsky emadolsky merged commit 8192946 into master Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants