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

Don't buffer doctor logger #19982

Merged
merged 3 commits into from
Jun 16, 2022
Merged

Commits on Jun 15, 2022

  1. Don't buffer doctor logger

    - We don't need to buffer the logger with a thousand capacity. It's not
    a high-throughput logger, this also caused issue whereby the logger
    can't keep up with repeated messages being send(somehow they are lost in
    the queue?).
    - Resolves go-gitea#19969
    Gusted committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    175bd41 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    15a7905 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fix-truncated-doctor

    Gusted authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    060c5f9 View commit details
    Browse the repository at this point in the history