Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Fix(#748) make AsyncServletProperties.Threads class available everywhere #749

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class AsyncServletProperties {
private Threads threads = new Threads();

@Data
static class Threads {
public static class Threads {
private int min = 10;
private int max = 200;
private String namePrefix = "graphql-exec-";
Expand Down