afosto / yaac

Yet another ACME client: a decoupled LetsEncrypt client
Other
219 stars 85 forks source link

Don't sleep when validation succesfull #29

Closed TheDevilOnLine closed 3 years ago

TheDevilOnLine commented 3 years ago

Currently the validate function will always sleep, even if the validation was succesfull. Sleeping is only needed when we need to retry.

bakkerpeter commented 3 years ago

Thanks for the optimalisation!