LeastAuthority / winden

Winden is a free web application for secure, fast, and easy file transfers between devices in real-time
MIT License
55 stars 4 forks source link

Is it possible to increase file size limit? #164

Closed HuakunShen closed 1 year ago

HuakunShen commented 1 year ago

There is a 200MB file size limit currently. wormhole cli doesn't seem to have a file size limit, I can transfer 20GB file. Is it possible to increase the file size limit for the web client?

btlogy commented 1 year ago

Thank you for you interest @HuakunShen.

Quoting a someone with more knowledge about this, the limit exists for a good reason:

because of browser APIs, the receiver needs to hold the entire contents of the file in memory at some point.

The FAQ will be update via #170 to better explain this.