Details
-
Bug
-
Resolution: Fixed
-
Trivial - P5
-
None
-
None
Description
https://docs.mongodb.com/manual/core/gridfs/#when-to-use-gridfs
"Furthermore, if your files are all smaller the 16 MB BSON Document Size limit, consider storing the file manually within a single document instead of using GridFS."
suggestion:
"Furthermore, if your files are all smaller than the 16 MB BSON Document Size limit, consider storing each file in a single document instead of using GridFS."