-
-
Notifications
You must be signed in to change notification settings - Fork 869
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 file upload fallback #2603
Fix file upload fallback #2603
Conversation
@JC-comp
Please remove this commit from this PR and use a new PR for this different change please |
This reverts commit 1009d28.
1009d28 removed |
@JC-comp |
PR fixed |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Regarding #2527 (#2595), when moving the new file upload to be treated as a modified item, it should not be handled inside the created parallel thread. Changed it to upload after all new files are done uploading.
Changes