forked from pingcap/tiflash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update client-c to disable grpc client keepalive (pingcap#4655)
ref pingcap#4192
- Loading branch information
1 parent
f013d89
commit 7d6217f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule client-c
updated
19 files
+2 −2 | .gitmodules | |
+5 −0 | CMakeLists.txt | |
+6 −22 | ci/Dockerfile | |
+0 −6 | ci/build-test.sh | |
+588 −0 | cmake/Modules/FindPackageHandleStandardArgs.cmake | |
+48 −0 | cmake/Modules/FindPackageMessage.cmake | |
+220 −0 | cmake/Modules/FindPoco.cmake | |
+337 −0 | cmake/Modules/FindgRPC.cmake | |
+2 −20 | cmake/find_grpc.cmake | |
+0 −1 | cmake/find_gtest.cmake | |
+0 −6 | cmake/find_kvproto.cmake | |
+1 −1 | cmake/find_poco.cmake | |
+2 −0 | cmake/find_protobuf.cmake | |
+4 −2 | include/pingcap/kv/internal/conn.h | |
+2 −2 | src/CMakeLists.txt | |
+1 −0 | src/coprocessor/Client.cc | |
+4 −3 | src/test/CMakeLists.txt | |
+2 −2 | src/test/bank_test/CMakeLists.txt | |
+1 −1 | third_party/kvproto |