Skip to content

Commit

Permalink
More test
Browse files Browse the repository at this point in the history
  • Loading branch information
Кирилл committed Aug 15, 2024
1 parent 11a1a01 commit 7f2f2d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ open class GenericUpstream(
}

private fun upstreamStart() {
if (getOptions().disableValidation) {
if (true) {
log.warn("Disable validation for upstream ${this.getId()}")
this.setLag(0)
this.setStatus(UpstreamAvailability.OK)
Expand Down

0 comments on commit 7f2f2d7

Please sign in to comment.