mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-30 14:31:08 +01: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
@ -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…
x
Reference in New Issue
Block a user