Skip to content

Commit

Permalink
Merge pull request #69 from nextcloud/nickvergessen-patch-1
Browse files Browse the repository at this point in the history
Add note about performance penalty
  • Loading branch information
nickvergessen authored Jan 10, 2024
2 parents f73b854 + 948e203 commit 3143f85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ Afterward in your repository settings set the OpenAPI workflow to be required fo
## Usage
Checkout the OpenAPI tutorial at https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html to see how you can use openapi-extractor.
### 🐢 Performance
Make sure that you have xdebug turned off when generating OpenAPI specs, otherwise it can take multiple minutes instead of seconds.

0 comments on commit 3143f85

Please sign in to comment.