You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bound the number of co-owner invites that can be sent in a single API
request, effectively bounding the work done per request.
This limits the number of iterations the N^2 membership test loop has to
perform, limiting the amount of CPU time and memory needed for both it
and the subsequent database queries per invitee.
assert_snapshot!(response.text(), @r###"{"errors":[{"detail":"could not find the github team unknown/unknown. Make sure that you have the right permissions in GitHub. See https://doc.rust-lang.org/cargo/reference/publishing.html#github-permissions"}]}"###);
0 commit comments