Skip to content

Commit

Permalink
Clean up VirtualThreadsConfig by removing an unnecessary comment cl…
Browse files Browse the repository at this point in the history
…arifying default values.
  • Loading branch information
gastaldi committed Jan 23, 2025
1 parent 202c65c commit 44cc82f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public interface VirtualThreadsConfig {

/**
* Virtual thread name prefix. The name of the virtual thread will be the prefix followed by a unique number.
* The default value is "quarkus-virtual-thread-".
*/
@WithDefault("quarkus-virtual-thread-")
Optional<String> namePrefix();
Expand Down

0 comments on commit 44cc82f

Please sign in to comment.