Skip to content

Commit 18de388

Browse files
Przemysław Stępieńblesniewski
andauthored
Update serve/constants.go
Co-authored-by: Bartosz Lesniewski <[email protected]>
1 parent 6f90b72 commit 18de388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serve/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ const (
88
// bufSize used for unit testing grpc server and client
99
testBufSize = 1024 * 1024
1010
flushTimeout = 5 * time.Second
11-
MaxGrpcMsgSize = 200 * 1024 * 1024 // 100 MiB
11+
MaxGrpcMsgSize = 200 * 1024 * 1024 // 200 MiB
1212
)

0 commit comments

Comments
 (0)