We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca5750 commit 5677ae0Copy full SHA for 5677ae0
paddle/pserver/LightNetwork.cpp
@@ -50,9 +50,9 @@ DEFINE_int32(sock_recv_buf_size,
50
1024 * 1024 * 40,
51
"restrict sock recv buff size");
52
53
-P_DEFINE_int32(connrefused_retries_second,
54
- 10,
55
- "retry connrefused_retries_second if ECONNREFUSED occurs");
+DEFINE_int32(connrefused_retries_second,
+ 10,
+ "retry connrefused_retries_second if ECONNREFUSED occurs");
56
57
namespace paddle {
58
0 commit comments