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: grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/config/GrpcChannelProperties.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -406,7 +406,7 @@ public Duration getImmediateConnectTimeout() {
406
406
* If set to a positive duration instructs the client to connect to the gRPC endpoint when the GRPC stub is created.
407
407
* As a result the application startup will be slightly slower due to connection process being executed
408
408
* synchronously up to the maximum to connection timeout. If the connection fails, the stub will fail to create with
409
-
* an exception which in turn causes the application context startup to fail. Defaults to false.
409
+
* an exception which in turn causes the application context startup to fail. Defaults to {@code 0}.
410
410
*
411
411
* @param immediateConnectTimeout Connection timeout at application startup.
0 commit comments