You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/task/TaskExecutionProperties.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,8 @@ public void setThreadNamePrefix(String threadNamePrefix) {
80
80
publicstaticclassSimple {
81
81
82
82
/**
83
-
* Whether to cancel remaining tasks on close.
83
+
* Whether to cancel remaining tasks on close. Only recommended if threads are
0 commit comments