cupcakearmy/cryptgeon

Bigger file size support?

Closed this issue ยท 1 comments

Hello,

First of all, thanks for the amazing application ๐Ÿ‘

I'm wondering why the maximum file size limit is only 512 Mib? Is there any way this could be extended to 5Gib for instance?

Thanks! โค๏ธ
This is a hard limit in redis https://redis.io/docs/data-types/strings/
One could spread it across multiple keys in theory, but raises the complexity.