Skip to content

Commit d462cc3

Browse files
authored
Reduce QRep channel size (#3389)
1 parent 9d0a784 commit d462cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/shared/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151
DeploymentUIDKey ContextKey = "deploymentUid"
5252
)
5353

54-
const FetchAndChannelSize = 256 * 1024
54+
const FetchAndChannelSize = 128 * 1024
5555

5656
func Ptr[T any](x T) *T {
5757
return &x

0 commit comments

Comments
 (0)