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 $SEEDING_LOCK_TIMEOUT for high latency seeding #15582

Closed
wants to merge 2 commits into from

Commits on Jul 17, 2017

  1. Add $SEEDING_LOCK_TIMEOUT for high latency seeding

    Seeding over a WAN can take longer than 10 minutes.
    This allows the timeout to be increased temporarily.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1422671
    kbrock committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    30c6781 View commit details
    Browse the repository at this point in the history
  2. Reduce MiqGroup#seed queries

    assigning miq_user_role was causing a bunch of sub queries
    
    Did bring back more group records, but in a single query
    kbrock committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    dc571c5 View commit details
    Browse the repository at this point in the history