-
Notifications
You must be signed in to change notification settings - Fork 64
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
base64_encode memory limit #478
Comments
We will now upload files to GCS in chunks. Previously to upload a media memory requirement was double the file size. @antonkorotkov @planv should there be a max chunk size limit? Added new constant: |
I think it should be up to the user as they decided to set this up. |
@antonkorotkov here is how I am calculating the chunk size now. Is it ok? |
I don't know, needs to be tested in different conditions. But makes sense. |
Checked, works fine |
https://wordpress.org/support/topic/stateless-max-size-upload/
stateless max size upload
The text was updated successfully, but these errors were encountered: