Test logging of samples

To prompt the log the journal size needs to be reduced
This commit is contained in:
Martin Sumner 2017-11-20 15:31:31 +00:00
parent de60a55be2
commit faa5ef82aa
2 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ many_put_fetch_head(_Config) ->
testutil:check_forobject(Bookie1, TestObject),
ok = leveled_bookie:book_close(Bookie1),
StartOpts2 = [{root_path, RootPath},
{max_journalsize, 500000000},
{max_journalsize, 50000000},
{max_pencillercachesize, 32000},
{sync_strategy, testutil:sync_strategy()},
{compression_point, on_receipt}],