withBatchSize
Controls the batch size of requests.
Syntax
js
withBatchSize(count)
count?(number) - no. of requests to send on a single batch. Defaults to10.
Usage
โ Correct Usage
js
await fuzz()
.onSwagger('/api/swagger.json')
.withBatchSize(20);