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-server-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/server/config/GrpcServerProperties.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ public class GrpcServerProperties {
105
105
* shutdown). If set to a negative value, the server waits forever. If set to {@code 0} the server will force
106
106
* shutdown immediately. Defaults to {@code 30s}.
107
107
*
108
-
* @param gracefullShutdownTimeout The time to wait for a graceful shutdown.
108
+
* @param shutdownGracePeriod The time to wait for a graceful shutdown.
109
109
* @return The time to wait for a graceful shutdown.
0 commit comments