Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit 498adbd

Browse files
nigorolldridi
authored andcommitted
Start with a reasonable default for h2_rapid_reset_limit
as agreed on IRC.
1 parent b0301c5 commit 498adbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/tbl/params.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ PARAM_SIMPLE(
12811281
/* typ */ uint,
12821282
/* min */ "0",
12831283
/* max */ NULL,
1284-
/* def */ "0",
1284+
/* def */ "100",
12851285
/* units */ NULL,
12861286
/* descr */
12871287
"HTTP2 RST Allowance.\n"

0 commit comments

Comments
 (0)