Skip to content

Commit

Permalink
Change the default PR value from 0 to default (#1836)
Browse files Browse the repository at this point in the history
This means that get requests will use bucket-type level Primary Read settings

Co-authored-by: Peter Tihanyi <peter.tihanyi@otpbank.hu>
  • Loading branch information
systream and peter-tihanyi-otp committed Dec 1, 2022
1 parent 7da0112 commit bb5b610
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/riak_kv_get_fsm.erl
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@

-define(DEFAULT_TIMEOUT, 60000).
-define(DEFAULT_R, default).
-define(DEFAULT_PR, 0).
-define(DEFAULT_PR, default).
-define(DEFAULT_RT, head).
-define(DEFAULT_NC, 0).
-define(QUEUE_EMPTY_LOOPS, 8).

%% ===================================================================
Expand Down

0 comments on commit bb5b610

Please sign in to comment.