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: remove unnecessary busy loop during shutdown #575

Merged
merged 5 commits into from
Jun 20, 2024

Commits on Jun 18, 2024

  1. fix: remove unnecessary busy loop during shutdown

    Signed-off-by: Rueian <[email protected]>
    rueian committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a6343b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    077fc01 View commit details
    Browse the repository at this point in the history
  2. feat: remove the dead rngPool

    Signed-off-by: Rueian <[email protected]>
    rueian committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b5d3439 View commit details
    Browse the repository at this point in the history
  3. perf: remove unnecessary goroutine when we know the _backgroundWrite …

    …has exited
    
    Signed-off-by: Rueian <[email protected]>
    rueian committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    878d55e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. test: perf: set 1s limit for graceful shutdown

    Signed-off-by: Rueian <[email protected]>
    rueian committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9fe24e5 View commit details
    Browse the repository at this point in the history