mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Fix misplaced character in ensemble_util config
This commit is contained in:
parent
619b24e7d3
commit
8e5b9a892e
@ -60,9 +60,9 @@ fast_config(NVal, RingSize, EnableAAE) ->
|
||||
[config_aae(EnableAAE),
|
||||
{riak_core, [{default_bucket_props,
|
||||
[
|
||||
{n_val, NVal,
|
||||
{n_val, NVal},
|
||||
{allow_mult, true},
|
||||
{dvv_enabled, true}}
|
||||
{dvv_enabled, true}
|
||||
]},
|
||||
{vnode_management_timer, 1000},
|
||||
{ring_creation_size, RingSize},
|
||||
|
Loading…
Reference in New Issue
Block a user