forscht / ddrive

Discord as a filesystem.
https://ddrive.forscht.dev
MIT License
490 stars 98 forks source link

Can't upload large files #46

Closed berkay-digital closed 1 year ago

berkay-digital commented 1 year ago

I'm not able to upload large files. Ddrive works very good with low file sizes but when i try to upload files more than 250 mb i'm facing an error: image I tried increasing the timeout. I tried uploading different files. My network speed: image

forscht commented 1 year ago

It seems because of your upload speed, What timeout time have you tested?

idanyas commented 1 year ago

I have the same problem, can't upload 1GB+ files. I set all available timeout values, but it has no effect.

websterwh commented 1 year ago

I have had success uploading 5gb+ files, but my upload speed is also gigabit.

berkay-digital commented 1 year ago

Issue solved. My NodeJS was v18 so i uninstalled it and installed v16 now its working with every file size.

KloudAlpha commented 1 year ago

It seems because of your upload speed, What timeout time have you tested?

anybody know how to change the timeout value? tried setting an env variable with no luck. I see the API usage in the readme but no idea where that code goes