Skip to content

Commit

Permalink
docs(delay): add delay options (orval-labs#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanary159357 authored Nov 3, 2022
1 parent 81e9dcc commit 404877d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/src/pages/reference/configuration/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,28 @@ module.exports = {
};
```

#### delay

Type: `number`.

Give you the possibility to set delay time for mock

Default Value: `1000`

```js
module.exports = {
petstore: {
output: {
override: {
mock: {
delay: 0,
},
},
},
},
};
```

#### arrayMin

Type: `Number`.
Expand Down

0 comments on commit 404877d

Please sign in to comment.