Skip to content

Commit

Permalink
refactor: change default rpc module from 'gen_rpc' to 'rpc'
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Oct 11, 2023
1 parent 0e63666 commit 4ee83c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mria_config.erl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ whoami() ->

-spec rpc_module() -> gen_rpc | rpc.
rpc_module() ->
persistent_term:get(?mria(rlog_rpc_module), gen_rpc).
persistent_term:get(?mria(rlog_rpc_module), rpc).

-spec core_rpc_retries() -> integer().
core_rpc_retries() ->
Expand Down

0 comments on commit 4ee83c3

Please sign in to comment.