mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: acme: change the default max retries to 5
Change the default max retries constant to 5 instead of 3. Some servers can be be a bit long to execute the challenge.
This commit is contained in:
parent
24fbd1f724
commit
18d2371e0d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <haproxy/istbuf.h>
|
||||
#include <haproxy/openssl-compat.h>
|
||||
|
||||
#define ACME_RETRY 3
|
||||
#define ACME_RETRY 5
|
||||
|
||||
/* acme section configuration */
|
||||
struct acme_cfg {
|
||||
|
|
|
|||
Loading…
Reference in a new issue