Reduce object count in simple backup
This test is almost entirely covered by `hot_backup_changes` now.
This commit is contained in:
parent
cd7e64712b
commit
6a87f398f2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ hot_backup_simple(_Config) ->
|
|||
{cache_size, 1000},
|
||||
{max_journalsize, 10000000},
|
||||
{sync_strategy, testutil:sync_strategy()}],
|
||||
{ok, Spcl1, LastV1} = rotating_object_check(BookOpts, "Bucket1", 10000),
|
||||
{ok, Spcl1, LastV1} = rotating_object_check(BookOpts, "Bucket1", 3200),
|
||||
{ok, Book1} = leveled_bookie:book_start(BookOpts),
|
||||
{async, BackupFun} = leveled_bookie:book_hotbackup(Book1),
|
||||
ok = BackupFun(BackupPath),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue