Skip to content

Commit

Permalink
Merge pull request #1676 from jesslenn/UNDERTOW-2495
Browse files Browse the repository at this point in the history
[UNDERTOW-2495] adds DEFAULT_QUEUED_FRAMES_LOW_WATERMARK
  • Loading branch information
fl4via authored Oct 4, 2024
2 parents 3fc55c7 + 2d1fedc commit 2d28090
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/java/io/undertow/UndertowOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ public class UndertowOptions {
*
* If not specified, the default value is null.
*/

public static final Option<Integer> DEFAULT_QUEUED_FRAMES_LOW_WATER_MARK = null;

public static final Option<String> AJP_ALLOWED_REQUEST_ATTRIBUTES_PATTERN = Option.simple(UndertowOptions.class, "AJP_ALLOWED_REQUEST_ATTRIBUTES_PATTERN", String.class);

/**
Expand Down

0 comments on commit 2d28090

Please sign in to comment.