diff --git a/app/acme.hoon b/app/acme.hoon index eac8f8de4..4f6fc3642 100644 --- a/app/acme.hoon +++ b/app/acme.hoon @@ -532,11 +532,11 @@ ~| %cancel-order-effect-fail :: ?> ?=(^ rod) :: XX get failure reason - :: XX print a message, shorter timer - :: XX backoff, count retries statefully in order, how long, etc. :: =/ try=@ud ?~(rod 1 try.u.rod) - =/ lul=@dr (max ~h1 (backoff try)) + :: backoff faster than usual + :: + =/ lul=@dr (max ~h1 (backoff (add 4 try))) =/ msg=cord (cat 3 'retrying certificate request in ' (scot %dr lul)) =. ..this (emit (notify msg ~))