Skip to content

Commit

Permalink
default to modfun tuple for chash
Browse files Browse the repository at this point in the history
AZ561
  • Loading branch information
beerriot committed Nov 2, 2011
1 parent b9b02a8 commit fb6c0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/riak_pipe.hrl
Expand Up @@ -22,7 +22,7 @@
name :: term(),
module :: atom(),
arg :: term(),
chashfun = fun chash:key_of/1 :: riak_pipe_vnode:chashfun(),
chashfun = {chash, key_of} :: riak_pipe_vnode:chashfun(),
nval = 1 :: riak_pipe_vnode:nval(),
q_limit = 64 :: pos_integer()
}).
Expand Down

0 comments on commit fb6c0d4

Please sign in to comment.