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

Add PULL_LIMIT and PUSH_LIMIT to cron.update_mirror task #17568

Merged

Commits on Nov 6, 2021

  1. Add PULL_LIMIT and PUSH_LIMIT to cron.update_mirror task

    Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task to limit
    the number of mirrors added to the queue each time the cron task is run.
    
    Fix go-gitea#16982
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    e7b19e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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

Commits on Nov 18, 2021

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

Commits on Nov 20, 2021

  1. Apply suggestions from code review

    Co-authored-by: delvh <dev.lh@web.de>
    zeripath and delvh committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    7e4c3ae View commit details
    Browse the repository at this point in the history
  2. as per review

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    bc46c87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fcb4f4 View commit details
    Browse the repository at this point in the history
  4. placate lint

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    d0e4e2d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    16327b7 View commit details
    Browse the repository at this point in the history
  2. as per review

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    f5c7b46 View commit details
    Browse the repository at this point in the history
  3. Add explicit documentation

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    fe40616 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

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