Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Merge branch 'feature_grpcMsgSize'
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhuiZilliz committed Jul 15, 2024
2 parents dd4ec13 + b06488d commit dc92c40
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README_2X.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,23 @@ meta:
consistencyLevel: Customized # If not, the source collection consistencyLevel prop will be used.
#......
...
```
```
- if you want to customize source or target milvus grpc connection request or receive message max size, you can add below config like:
```yaml
...
source:
milvus2x:
...
grpc:
maxCallRecvMsgSize: 67108864
maxCallSendMsgSize: 268435456
...

target:
milvus2x:
...
grpc:
maxCallRecvMsgSize: 67108864
maxCallSendMsgSize: 268435456
...
...

0 comments on commit dc92c40

Please sign in to comment.