]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
server: decrease SESSION_TICKET_POOL_TIMEOUT to 1200 seconds
authorDaniel Salzman <daniel.salzman@nic.cz>
Mon, 23 Jun 2025 16:02:17 +0000 (18:02 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Mon, 23 Jun 2025 16:07:02 +0000 (18:07 +0200)
src/knot/server/server.c

index 68e39bbae726f85f9d430b27a238d163b6848d24..f96331de1fb98f5d2965648f071090e6c9b74d62 100644 (file)
@@ -53,7 +53,7 @@
 #include <linux/filter.h>
 #endif
 
-#define SESSION_TICKET_POOL_TIMEOUT (24 * 3600)
+#define SESSION_TICKET_POOL_TIMEOUT 1200
 
 #define QUIC_LOG "QUIC/TLS, "