so, what's up with that 200mb file size limit? is ...
# prisma-whats-new
f
so, what's up with that 200mb file size limit? is there any way to get around that? (I intend to build s.th. that is dealing with potentially large files.)
a
You could use a proxy that does multipart compression with 200mb part size, and store the array of filesecrets.