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

In disk_channel queues synchronously push to disk on shutdown (#18415) #18788

Merged
merged 3 commits into from
Feb 22, 2022

Commits on Feb 16, 2022

  1. In disk_channel queues synchronously push to disk on shutdown (go-git…

    …ea#18415)
    
    Partial Backport of go-gitea#18415
    
    Instead of using an asynchronous goroutine to push to disk on shutdown
    just close the datachan and immediately push to the disk.
    
    Prevents messages of incompletely flushed queues.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    13c7f55 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    554563f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    335c57d View commit details
    Browse the repository at this point in the history