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

The loop doth process too much, methinks #15473

Merged
merged 1 commit into from
Oct 10, 2019

Conversation

demeritcowboy
Copy link
Contributor

Overview

The loop is too loopy. It doesn't need to be so loopy. See also the recent commit which is the same loop in a different spot but correctly doesn't loop too much.

Before

Maximum loopiness, all day and all night.

After

The exact right amount of loopy.

Technical Details

Before commit 8913e91 it was hardcoded to 5 in this spot, so it was often too loopy but not too much. After that commit with the default new max setting it would loop 100 times every time.

Comments

Related to change made for https://lab.civicrm.org/dev/core/issues/1270

@civibot
Copy link

civibot bot commented Oct 9, 2019

(Standard links)

@civibot civibot bot added the master label Oct 9, 2019
@seamuslee001
Copy link
Contributor

Makes sense merging

@seamuslee001 seamuslee001 merged commit 15916ae into civicrm:master Oct 10, 2019
@demeritcowboy demeritcowboy deleted the too-loopy branch October 10, 2019 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants