Skip to content

Commit e5d9b7b

Browse files
Assume 20 MB backup on simulation runs
1 parent 78dcf2c commit e5d9b7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Runner/Simulate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function run(Configuration $configuration) : Result
4646
}
4747
// setup target and collector
4848
$target = $this->factory->createTarget($backup->getTarget());
49+
$target->setSize(20000000);
4950
$collector = new Local($target);
5051
$collector->setSimulation(true);
5152

0 commit comments

Comments
 (0)