Skip to content

Commit

Permalink
doc: default value for thread selection (micronaut-projects#7240)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored and kevin-wise committed Apr 23, 2022
1 parent adc5a1a commit 7f51c5e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -184,7 +184,7 @@ public void setHttpVersion(HttpVersion httpVersion) {
}

/**
* Sets the {@link ThreadSelection} model to use for the server.
* Sets the {@link io.micronaut.scheduling.executor.ThreadSelection} model to use for the server. Default value MANUAL.
* @param threadSelection The thread selection model
*/
public void setThreadSelection(ThreadSelection threadSelection) {
Expand Down

0 comments on commit 7f51c5e

Please sign in to comment.