Mas i449 directpromptofdeletions (#450)
* Move prompt of deletions to Inker It is a series of casts, so no reason to offload this to the clerk. Simplifies potential races in shutdown * Rename * Change cache sizes In the hope of making test more consistent
This commit is contained in:
parent
af0f2bb2cf
commit
30ec9214ac
4 changed files with 10 additions and 22 deletions
|
@ -388,6 +388,8 @@ fetchput_snapshot(_Config) ->
|
|||
RootPath = testutil:reset_filestructure(),
|
||||
StartOpts1 = [{root_path, RootPath},
|
||||
{max_journalsize, 30000000},
|
||||
{cache_size, 2000},
|
||||
{max_pencillercachesize, 16000},
|
||||
{sync_strategy, none}],
|
||||
{ok, Bookie1} = leveled_bookie:book_start(StartOpts1),
|
||||
{TestObject, TestSpec} = testutil:generate_testobject(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue