Skip to content

Commit

Permalink
Add max_recv_msg_size field to config (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 authored Sep 19, 2024
1 parent 83db1d5 commit 45bd4ba
Show file tree
Hide file tree
Showing 12 changed files with 243 additions and 215 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ build_image_base:
docker build -t ghcr.io/ydb-platform/fq-connector-go:base -f ./Dockerfile.base .

build_image_release:
docker build -t ghcr.io/ydb-platform/fq-connector-go:latest -f ./Dockerfile.release .
docker build --network=host -t ghcr.io/ydb-platform/fq-connector-go:latest -f ./Dockerfile.release .

cloc:
cloc ./app ./common ./tests --git
Expand Down
4 changes: 2 additions & 2 deletions api/common/data_source.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/common/endpoint.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/service/connector.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 14 additions & 7 deletions api/service/connector_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions api/service/protos/connector.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/config/bench.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/config/client.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 45bd4ba

Please sign in to comment.