Skip to content

Commit

Permalink
Merge pull request #104 from basho/gh-riak-core-155-search
Browse files Browse the repository at this point in the history
  • Loading branch information
jtuple committed Apr 6, 2012
2 parents 7ee4812 + 2b43853 commit fd616b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/riak_search_sup.erl
Expand Up @@ -33,7 +33,8 @@ init([]) ->
{riak_search_config, start_link, []},
permanent, 5000, worker, [riak_search_config]},
VMaster = {riak_search_vnode_master,
{riak_core_vnode_master, start_link, [riak_search_vnode]},
{riak_core_vnode_master, start_link,
[riak_search_vnode, undefined, riak_search]},
permanent, 5000, worker, [riak_core_vnode_master]},
Processes = [Config,
VMaster],
Expand Down

0 comments on commit fd616b7

Please sign in to comment.