kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 3d88ea442e1d4afbe2099ba1bb6b14727b821802
parent f47f8d3f5e31b789a3a22ea439d10e1dbba8cf3c
Author: Joris Vink <joris@coders.se>
Date:   Fri,  8 Dec 2023 07:46:25 +0100

double acme timeout.

helps when having large installations of certs renewing at the same time.

Diffstat:
src/acme.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acme.c b/src/acme.c @@ -157,7 +157,7 @@ struct acme_auth { #define ACME_ORDER_STATE_FETCH_CERT 7 #define ACME_ORDER_STATE_COMPLETE 8 #define ACME_ORDER_TICK 1000 -#define ACME_ORDER_TIMEOUT 120000 +#define ACME_ORDER_TIMEOUT 240000 #define ACME_ORDER_CSR_REQUESTED 0x1000