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 upload large files with Dropzone #3704

Merged
merged 2 commits into from Dec 21, 2018
Merged

Fix upload large files with Dropzone #3704

merged 2 commits into from Dec 21, 2018

Conversation

belguinan
Copy link
Contributor

When you try to upload larger files, you need to set timeout to more than 30 seconds.

When you try to upload larger files, you need to set timeout to more than 30 seconds.
@emptynick
Copy link
Collaborator

I think 180.000 seconds is way too much and not really reasonable.
That's more than 2 days. Lets go with a few minutes or even an hour.

@fletch3555
Copy link
Collaborator

@emptynick a quick search shows that timeout is in milliseconds, not seconds, so 180k is only 3 minutes

@emptynick
Copy link
Collaborator

Whoops, then I didnt say anything.

@fletch3555 fletch3555 merged commit 0200fb1 into thedevdojo:1.1 Dec 21, 2018
@belguinan belguinan deleted the patch-1 branch December 21, 2018 14: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.

None yet

3 participants