Skip to content

Commit

Permalink
Fix documentation for shutdownCheckInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 21, 2025
1 parent c90a786 commit c754079
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public interface VirtualThreadsConfig {

/**
* The frequency at which the status of the executor service should be checked during shutdown.
* Setting this key to an empty value disables the shutdown check interval.
* If not set, it defaults to the value specified in {@link #shutdownTimeout()} (default is 1 minute)
*/
Optional<Duration> shutdownCheckInterval();

Expand Down

0 comments on commit c754079

Please sign in to comment.