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

feat(subscriber): Reduce default retention to six seconds #504

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 15, 2023

  1. feat(subscriber): Reduce default retention to six seconds

    `tokio-console`'s default `retain_for` is six seconds. These two values
    should match, no point send tokio-console information it's not going to
    use.
    
    Fixes the display issue where on initial connect tokio-console
    will show hundreds of tasks, and then immediately stop displaying them.
    
    Reduces default memory usage.
    Graham King committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0e06fa4 View commit details
    Browse the repository at this point in the history