Skip to content

Commit 70926a2

Browse files
committed
Set grpc max message size to 128MB. (#2375)
Signed-off-by: Anshul Pundir <[email protected]> (cherry picked from commit b1bcc05) Signed-off-by: Anshul Pundir <[email protected]>
1 parent b8dd7f1 commit 70926a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manager/manager.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ import (
4444
const (
4545
// defaultTaskHistoryRetentionLimit is the number of tasks to keep.
4646
defaultTaskHistoryRetentionLimit = 5
47+
48+
// Default value for grpc max message size.
49+
grpcMaxMessageSize = 128 << 20
4750
)
4851

4952
// RemoteAddrs provides an listening address and an optional advertise address

0 commit comments

Comments
 (0)