Skip to content

Commit 4db6573

Browse files
committed
thread work
1 parent 7478c30 commit 4db6573

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/blog/threads.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ Because the code is non blocking there is no need to offload anything on a dedic
119119
GraphQL Java.
120120

121121
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.
122+
threads which are dedicated to IO and the same benefits as in the blocking case apply (purpose specific config,
123+
better monitoring).
123124

124125
# Feedback or questions
125126
We use [GitHub Discussions](https://github.com/graphql-java/graphql-java/discussions) for general feedback and questions.

0 commit comments

Comments
 (0)