We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0929c commit 9819cb3Copy full SHA for 9819cb3
spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapter.java
@@ -75,6 +75,7 @@ public int getOrder() {
75
* for further processing of the concurrently produced result.
76
* <p>If this value is not set, the default timeout of the underlying
77
* implementation is used.
78
+ * A value of 0 or less indicates that the asynchronous operation will never time out.
79
* @param timeout the timeout value in milliseconds
80
*/
81
public void setAsyncRequestTimeout(long timeout) {
0 commit comments