Add database_id to options
So that this can be recorded in logs
This commit is contained in:
parent
c3a4f5118d
commit
876a023db1
3 changed files with 37 additions and 12 deletions
|
@ -38,7 +38,8 @@ basic_riak_tester(Bucket, KeyCount) ->
|
|||
StartOpts1 = [{root_path, RootPath},
|
||||
{max_journalsize, 500000000},
|
||||
{max_pencillercachesize, 24000},
|
||||
{sync_strategy, testutil:sync_strategy()}],
|
||||
{sync_strategy, testutil:sync_strategy()},
|
||||
{database_id, 32}],
|
||||
{ok, Bookie1} = leveled_bookie:book_start(StartOpts1),
|
||||
|
||||
IndexGenFun =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue