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

fix(console): increase default event buffer capacity a bit #235

Merged
merged 1 commit into from
Dec 21, 2021

Commits on Dec 20, 2021

  1. fix(console): increase default event buffer capacity a bit

    It seems like a number of people using the console with real life
    applications are running into issues related to the console's event
    buffer being at capacity (e.g. #230, #234, etc). This commit bumps up
    the default capacity a bit as a quick fix.
    
    In the future, I think we should probably do things to avoid reaching
    the event buffer capacity as often --- I think we can change the
    aggregator/layer design a bit to avoid creating as many events. But, for
    now, this should hopefully give people a better default configuration.
    hawkw committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    0c37c02 View commit details
    Browse the repository at this point in the history