We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7478c30 commit 4db6573Copy full SHA for 4db6573
content/blog/threads.md
@@ -119,7 +119,8 @@ Because the code is non blocking there is no need to offload anything on a dedic
119
GraphQL Java.
120
121
But you still might want to consider using a dedicated GraphQL Java pool as you otherwise use
122
-threads which are dedicated to IO and the same benefits as in the blocking case apply.
+threads which are dedicated to IO and the same benefits as in the blocking case apply (purpose specific config,
123
+better monitoring).
124
125
# Feedback or questions
126
We use [GitHub Discussions](https://github.com/graphql-java/graphql-java/discussions) for general feedback and questions.
0 commit comments