This is an automated email from the ASF dual-hosted git repository.
wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
The following commit(s) were added to refs/heads/master by this push:
new a3cb111 fix: rpc_view defer_close_second flag typo
new 37c27ab Merge pull request #1651 from
ehds/fix-rpc-view-defer-stop-second
a3cb111 is described below
commit a3cb1111cef2ea50186ed99ef4930ebe577b6739
Author: ehds <[email protected]>
AuthorDate: Tue Dec 21 22:38:03 2021 +0800
fix: rpc_view defer_close_second flag typo
---
tools/rpc_view/rpc_view.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/rpc_view/rpc_view.cpp b/tools/rpc_view/rpc_view.cpp
index e060713..39d7a2a 100644
--- a/tools/rpc_view/rpc_view.cpp
+++ b/tools/rpc_view/rpc_view.cpp
@@ -161,7 +161,7 @@ int main(int argc, char* argv[]) {
return -1;
}
// This keeps ad-hoc creation of channels reuse previous connections.
- GFLAGS_NS::SetCommandLineOption("defer_close_seconds", "10");
+ GFLAGS_NS::SetCommandLineOption("defer_close_second", "10");
brpc::Server server;
server.set_version("rpc_view_server");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]