Skip to content

Commit

Permalink
Merge pull request #1704 from basho/martinsumner-patch-1
Browse files Browse the repository at this point in the history
Update riak_kv_leveled_backend.erl
  • Loading branch information
martinsumner authored Jul 26, 2019
2 parents a68f685 + 056e97a commit f829e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_kv_leveled_backend.erl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ start(Partition, Config) ->
TOS = app_helper:get_prop_or_env(snapshot_timeout_short, Config, leveled),
TOL = app_helper:get_prop_or_env(snapshot_timeout_long, Config, leveled),
LOL = app_helper:get_prop_or_env(log_level, Config, leveled),
PCL = app_helper:get_prop_or_env(ledger_pagecachelevel, Config leveled),
PCL = app_helper:get_prop_or_env(ledger_pagecachelevel, Config, leveled),

BackendPause = app_helper:get_env(riak_kv, backend_pause_ms, ?PAUSE_TIME),

Expand Down

0 comments on commit f829e65

Please sign in to comment.