Skip to content

Commit

Permalink
Added handoff concurrency setting to schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Nov 20, 2013
1 parent 4250543 commit a4d2b51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions priv/riak_core.schema
Expand Up @@ -186,6 +186,13 @@
Size > 1 andalso (Size band (Size-1) =:= 0)
end}.

%% @doc Number of VNodes allowed to do handoff concurrently.
{mapping, "handoff_concurrency", "riak_core.handoff_concurrency", [
{datatype, integer},
{default, 2},
{commented, 2}
]}.

%% @doc Default location of ringstate
{mapping, "ring.state_dir", "riak_core.ring_state_dir", [
{default, "{{ring_state_dir}}"}
Expand Down

0 comments on commit a4d2b51

Please sign in to comment.