Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Use in-memory Riak backend to speed up tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Feb 12, 2015
1 parent d561220 commit 5c012b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
{riak_kv, [
%% Storage_backend specifies the Erlang module defining the storage
%% mechanism that will be used on this node.
{storage_backend, riak_kv_eleveldb_backend},
%% {storage_backend, riak_kv_eleveldb_backend},
{storage_backend, riak_kv_memory_backend},

%% raw_name is the first part of all URLS used by the Riak raw HTTP
%% interface. See riak_web.erl and raw_http_resource.erl for
Expand Down

0 comments on commit 5c012b5

Please sign in to comment.