Solving a caching issue of minio + small improvements when creating users#4
Solving a caching issue of minio + small improvements when creating users#4fversaci wants to merge 4 commits intoFiligranHQ:masterfrom
Conversation
fversaci
commented
Jan 29, 2019
- There was an issue when uploading large files with POST to the minio server: without the "filename" field data is considered small and cached in memory, with a hard limit of 16 MB. I've added the filename" field to force minio to cache data to disk during the upload, thus bypassing the 16 BM limit.
- I've also adopted the standard minio server in the docker-compose, which now works fine.
- Small changes/fix when creating users
the minio server to cache data on disk, bypassing the 16MB limit of in-memory caching. - Standard, non-customized, minio server is adopted in docker-compose
Via the 'locale' query parameter Closes FiligranHQ#4
|
Hi, fversaci |