Skip to content
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

Fix GraphQL max upload size #5940

Merged
merged 1 commit into from
Aug 19, 2019

Conversation

davimacedo
Copy link
Member

This PR fixes one of the issues that is causing the bug of #5935

The max upload size was miscalculated and therefore only allowing the upload of small files.

@codecov
Copy link

codecov bot commented Aug 19, 2019

Codecov Report

Merging #5940 into master will decrease coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5940      +/-   ##
==========================================
- Coverage   93.65%   93.57%   -0.09%     
==========================================
  Files         156      156              
  Lines       10842    10842              
==========================================
- Hits        10154    10145       -9     
- Misses        688      697       +9
Impacted Files Coverage Δ
src/GraphQL/ParseGraphQLServer.js 93.02% <100%> (ø) ⬆️
src/batch.js 89.79% <0%> (-2.05%) ⬇️
src/ParseServerRESTController.js 96.36% <0%> (-1.82%) ⬇️
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 91.29% <0%> (-0.95%) ⬇️
src/Controllers/DatabaseController.js 94.62% <0%> (-0.18%) ⬇️
src/RestWrite.js 93.39% <0%> (-0.17%) ⬇️
...dapters/Storage/Postgres/PostgresStorageAdapter.js 96.6% <0%> (-0.09%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1064f0c...67cbfab. Read the comment docs.

@dplewis dplewis merged commit f5ac94d into parse-community:master Aug 19, 2019
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this pull request Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants