Skip to content

Commit

Permalink
doc: default value for thread selection (#7240)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Apr 21, 2022
1 parent 2f05af8 commit a612e4a
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 a612e4a

Please sign in to comment.