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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -324,8 +324,8 @@ public void setMaxInboundMessageSize(final DataSize maxInboundMessageSize) {
324
324
325
325
/**
326
326
* Sets the maximum metadata size allowed to be received by the server. If not set ({@code null}) then it will
327
-
* default to {@link GrpcUtil#DEFAULT_MAX_HEADER_LIST_SIZE gRPC's default}. If set to {@code -1} then it will use the
328
-
* highest possible limit (not recommended).
327
+
* default to {@link GrpcUtil#DEFAULT_MAX_HEADER_LIST_SIZE gRPC's default}. If set to {@code -1} then it will use
328
+
* the highest possible limit (not recommended).
329
329
*
330
330
* @param maxInboundMetadataSize The new maximum size allowed for incoming metadata. {@code -1} for max possible.
0 commit comments