Skip to content

Commit

Permalink
Merge pull request #2757 from nagetsum/fix-javadoc-typo
Browse files Browse the repository at this point in the history
Fix number of thread in javadoc
  • Loading branch information
cescoffier authored Jun 11, 2019
2 parents 3702128 + ee09d72 commit ff3795f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ThreadPoolConfig {

/**
* The maximum number of threads. If this is not specified then
* it will be automatically sized to 4 * the number of available processors
* it will be automatically sized to 8 * the number of available processors
*/
@ConfigItem
public OptionalInt maxThreads;
Expand Down

0 comments on commit ff3795f

Please sign in to comment.