Skip to content

Instantly share code, notes, and snippets.

@thumbot
Created March 2, 2017 21:24
Show Gist options
  • Save thumbot/8a4a47543d36fc36ccf394f78532fc07 to your computer and use it in GitHub Desktop.
Save thumbot/8a4a47543d36fc36ccf394f78532fc07 to your computer and use it in GitHub Desktop.
Merge made by the 'recursive' strategy.
src/riak_core_app.erl | 15 ++
src/riak_core_info_service.erl | 278 +++++++++++++++++++++++++++++++++
src/riak_core_info_service_process.erl | 168 ++++++++++++++++++++
src/riak_core_info_service_sup.erl | 50 ++++++
src/riak_core_sup.erl | 1 +
src/riak_core_throttle.erl | 2 +-
6 files changed, 513 insertions(+), 1 deletion(-)
create mode 100644 src/riak_core_info_service.erl
create mode 100644 src/riak_core_info_service_process.erl
create mode 100644 src/riak_core_info_service_sup.erl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment