Skip to content

Commit dcdffb2

Browse files
Add mutation pipeline
1 parent 5d97bd0 commit dcdffb2

File tree

8 files changed

+914
-35
lines changed

8 files changed

+914
-35
lines changed

.trunk/trunk.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,4 @@ lint:
4747
actions:
4848
enabled:
4949
- trunk-announce
50-
- trunk-check-pre-push
51-
- trunk-fmt-pre-commit
5250
- trunk-upgrade-available

dgraph/cmd/alpha/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ func serveGRPC(l net.Listener, tlsCfg *tls.Config, closer *z.Closer) {
456456
opt := []grpc.ServerOption{
457457
grpc.MaxRecvMsgSize(x.GrpcMaxSize),
458458
grpc.MaxSendMsgSize(x.GrpcMaxSize),
459-
grpc.MaxConcurrentStreams(1000),
459+
grpc.MaxConcurrentStreams(1<<20),
460460
grpc.StatsHandler(&ocgrpc.ServerHandler{}),
461461
grpc.UnaryInterceptor(audit.AuditRequestGRPC),
462462
}

0 commit comments

Comments
 (0)