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

Limit streaming channel size dynamically for gRPC render #526

Merged
merged 1 commit into from Feb 10, 2023

Conversation

emadolsky
Copy link
Contributor

@emadolsky emadolsky commented Feb 10, 2023

if number of files in the expanded globs is smaller than that maximum, it makes sense to initiate chan with that size instead of maximum.

carbon/app.go Outdated Show resolved Hide resolved
@emadolsky emadolsky force-pushed the emadolsky/streaming-chan-size-limit branch from e6fb10c to 925f190 Compare February 10, 2023 14:50
A number of files in the expanded globs is smaller than that
maximum, it makes sense to initiate chan with that size instead of
maximum.
@emadolsky emadolsky force-pushed the emadolsky/streaming-chan-size-limit branch from 925f190 to eda9bf6 Compare February 10, 2023 15:01
@emadolsky emadolsky merged commit c41f043 into master Feb 10, 2023
@emadolsky emadolsky changed the title Limit streaming channel size for gRPC render Limit streaming channel size dynamically for gRPC render Feb 10, 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

3 participants