Skip to content

Commit

Permalink
Fix unexported function, update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
priestjim committed Oct 4, 2016
1 parent 211b53f commit 619cc94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -19,7 +19,7 @@ To build this project you need to have the following:

* **GNU make** >= 3.80

* **rebar3** >= 3.1
* **rebar3** >= 3.2

## Usage

Expand Down Expand Up @@ -282,7 +282,7 @@ An inactivity timeout has been implemented inside the `client` and `server` proc

## Performance

`gen_rpc` is being used in production extensively with over **150.000 incoming calls/sec/node** on a **8-core Intel Xeon E5** CPU and **Erlang 18.2**. The median payload size is **500 KB**. No stability or scalability issues have been detected in over a year.
`gen_rpc` is being used in production extensively with over **150.000 incoming calls/sec/node** on a **8-core Intel Xeon E5** CPU and **Erlang 19.1**. The median payload size is **500 KB**. No stability or scalability issues have been detected in over a year.

## Known Issues

Expand Down
1 change: 0 additions & 1 deletion rebar.config
Expand Up @@ -52,7 +52,6 @@
{erl_opts, [{d,'HUT_LAGER'},
{parse_transform, lager_transform},
warnings_as_errors,
export_all,
no_inline_list_funcs]},
{deps, [{lager, "~> 3.0"},
{sync, {git, "git://github.com/rustyio/sync.git", {branch, "master"}}}
Expand Down
1 change: 1 addition & 0 deletions src/gen_rpc_helper.erl
Expand Up @@ -25,6 +25,7 @@
merge_sockopt_lists/2,
get_server_driver_options/1,
get_client_config_per_node/1,
get_client_driver_options/1,
get_connect_timeout/0,
get_send_timeout/1,
get_rpc_module_control/0,
Expand Down

0 comments on commit 619cc94

Please sign in to comment.