From d6318a064954f54530a87ae9a21a2cf78c32f7cb Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sun, 11 May 2025 19:09:32 +0200 Subject: Give nodes a little more timeout time --- src/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/proto.h b/src/proto.h index 328c9ca..8b65d3d 100644 --- a/src/proto.h +++ b/src/proto.h @@ -46,7 +46,7 @@ int token_validate(struct tokens* tokens, time_t now, struct addr* remote, char* #define MAX_DISC 32 #define MAX_INFLIGHT 128 -#define PROTO_UNCTM 60*5 +#define PROTO_UNCTM 60*20 #define PROTO_TMOUT 30 struct ping { -- cgit v1.2.3