We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757b437 commit c5aea77Copy full SHA for c5aea77
src/rpc_options.h
@@ -52,15 +52,7 @@ struct RPCClientParams
52
struct RPCServerParams : public WFServerParams
53
{
54
RPCServerParams() :
55
- WFServerParams({
56
-/* .transport_type = */ TT_TCP,
57
-/* .max_connections = */ 2000,
58
-/* .peer_response_timeout = */ 10 * 1000,
59
-/* .receive_timeout = */ -1,
60
-/* .keep_alive_timeout = */ 60 * 1000,
61
-/* .request_size_limit = */ RPC_BODY_SIZE_LIMIT,
62
-/* .ssl_accept_timeout = */ 10 * 1000
63
- })
+ WFServerParams(SERVER_PARAMS_DEFAULT)
64
{}
65
};
66
0 commit comments