Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chever-John committed Feb 25, 2022
1 parent d084301 commit 576bba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/router-radixtree.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ We can verify GraphQL matches in the following way:
```shell
curl -H 'content-type: application/graphql' -X GET "http://127.0.0.1:9080/graphql?query=query getRepo { owner {name } repo {created}}" -g
```
H

To prevent spending too much time reading invalid GraphQL request body, we only read the first 1 MiB
data from the request body. This limitation is configured via:

Expand Down

0 comments on commit 576bba7

Please sign in to comment.