Skip to content

Commit

Permalink
Merge branch 'az996-listkeys-backpressure'
Browse files Browse the repository at this point in the history
  • Loading branch information
beerriot committed Dec 22, 2011
2 parents 7acfae6 + 113e3de commit a75cf49
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rel/files/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,14 @@
%% a version > 0.14 is completed for a cluster, this should be
%% set to false for improved performance for bucket and key
%% listing operations.
{legacy_keylisting, false}
{legacy_keylisting, false},

%% This option toggles compatibility of keylisting with 1.0
%% and earlier versions. Once a rolling upgrade to a version
%% > 1.0 is completed for a cluster, this should be set to
%% true for better control of memory usage during key listing
%% operations
{listkeys_backpressure, true}
]},

%% Riak Search Config
Expand Down

0 comments on commit a75cf49

Please sign in to comment.