Skip to content

Add environment variable to bypass n+1

Andrew Newdigate requested to merge allow_n_plus_1_detection_bypass into master

What does this MR do?

If developers are being held back by an n+1 error that they don't want to resolve at that particular moment, exporting GITALY_DISABLE_N_PLUS_1_DETECTION disables the check for the session.

export GITALY_DISABLE_N_PLUS_1_DETECTION=1

Note: several more exclusions are on their way, so this workaround should not be necessary for long.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Andrew Newdigate

Merge request reports