Skip to content

Commit

Permalink
fix issue1478 (#1479)
Browse files Browse the repository at this point in the history
Signed-off-by: mornyx <mornyx.z@gmail.com>
  • Loading branch information
mornyx authored and baurine committed Feb 11, 2023
1 parent a58fc2a commit 8dba609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apiserver/logsearch/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

// MaxRecvMsgSize set max gRPC receive message size received from server. If any message size is larger than
// current value, an error will be reported from gRPC.
var MaxRecvMsgSize = math.MaxInt64
var MaxRecvMsgSize = math.MaxInt64 - 1

type TaskGroup struct {
service *Service
Expand Down

0 comments on commit 8dba609

Please sign in to comment.