8000 Fix: Execution body limit by Meldiron · Pull Request #6326 · appwrite/appwrite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix: Execution body limit #6326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Fix: Execution body limit #6326

merged 1 commit into from
Sep 25, 2023

Conversation

Meldiron
Copy link
Contributor

What does this PR do?

Allows function execution to have larger bodies. I noticed this limit when receiving GitHub webhook event. It could not execute because of this limit.

We have same solution for GraphQL:

->param('query', '', new Text(0, 0), 'The query to execute.')

In the end, all is limited by swoole, which sets maximum to 20MB I believe.

Test Plan

Validators already tested in Utopia Framework

Related PRs and Issues

x

Checklist

  • Have you read the Contributing Guidelines on issues?
  • If the PR includes a change to an API's metadata (desc, label, params, etc.), does it also include updated API specs and example docs?

@christyjacob4 christyjacob4 merged commit 0b19b62 into 1.4.x Sep 25, 2023
@abnegate abnegate deleted the fix-max-function-body branch October 25, 2023 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants
0