Skip to content

Commit

Permalink
make resetAccountPausingLimit async
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Gable <[email protected]>
  • Loading branch information
kruti-s and aarongable authored Oct 24, 2024
1 parent c4a8e0c commit 3687ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ra/ra.go
Original file line number Diff line number Diff line change
Expand Up @@ -1956,7 +1956,7 @@ func (ra *RegistrationAuthorityImpl) PerformValidation(
go ra.countFailedValidation(vaCtx, authz.RegistrationID, authz.Identifier)
} else {
challenge.Status = core.StatusValid
ra.resetAccountPausingLimit(vaCtx, authz.RegistrationID, authz.Identifier)
go ra.resetAccountPausingLimit(vaCtx, authz.RegistrationID, authz.Identifier)
}
challenge.Validated = &vStart
authz.Challenges[challIndex] = *challenge
Expand Down

0 comments on commit 3687ef5

Please sign in to comment.