Skip to content

Commit

Permalink
Tidy up examples/kv_backend.config slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
slfritchie committed Sep 12, 2013
1 parent 60c3c61 commit ab93c2a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions examples/kv_backend.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
%{be_backend_mod, riak_kv_memory_backend}.
%{be_config, [ ]}.

%{be_backend_mod, riak_kv_yesmaam_backend}.
%{be_config, [ ]}.

%% Our ops: 75% of 'absolutely_nothing'
%% 15% of 'do_something'
%% 10% of 'do_something_else'
%{operations, [{get, 15}, {put, 15}]}.
%{operations, [{put, 15}]}.
{operations, [{get, 15}]}.
%{operations, [{get, 10}]}.
{operations, [{get, 10}, {put, 10}]}.
%{operations, [{put, 10}]}.

0 comments on commit ab93c2a

Please sign in to comment.