1
0
Fork 0

update MB to MiB

update from MB (1000*1000) to MiB (1024*1024)
https://en.wikipedia.org/wiki/Mebibyte
This commit is contained in:
Manuel B 2015-03-08 06:35:27 +00:00
parent f2353a2b73
commit 09d5dd6960
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ function parseBodyForCreateCollection (req, res) {
///
/// - *journalSize* (optional, default is a configuration parameter): The
/// maximal size of a journal or datafile in bytes. The value
/// must be at least `1048576` (1 MB).
/// must be at least `1048576` (1 MiB).
///
/// - *isSystem* (optional, default is *false*): If *true*, create a
/// system collection. In this case *collection-name* should start with