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 large file uploads #7736

Merged
merged 14 commits into from
Nov 17, 2022
Merged

fix large file uploads #7736

merged 14 commits into from
Nov 17, 2022

Conversation

jessopb
Copy link
Member

@jessopb jessopb commented Nov 15, 2022

Electron IPC messages have to serialize data and over 1GB or so, this causes a crash.
As I think we have to at least load small files to continue handling posts the way we were, we'll keep sending the buffer for under 500MB, but use ffprobe to get duration in the electron main process instead of relying on creating a browser File object.

@jessopb jessopb merged commit 88ac250 into master Nov 17, 2022
@jessopb jessopb deleted the fix-LargeFileUploads branch November 17, 2022 18:20
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.

1 participant