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

Commit ab0c371

Browse files
committed
fix(#748): make threads public
1 parent d3a68f6 commit ab0c371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-spring-boot-autoconfigure/src/main/java/graphql/kickstart/autoconfigure/web/servlet/AsyncServletProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class AsyncServletProperties {
2222
private Threads threads = new Threads();
2323

2424
@Data
25-
static class Threads {
25+
public static class Threads {
2626
private int min = 10;
2727
private int max = 200;
2828
private String namePrefix = "graphql-exec-";

0 commit comments

Comments
 (0)