mirror of https://gitee.com/bigwinds/arangodb
update MB to MiB
update from MB (1000*1000) to MiB (1024*1024) https://en.wikipedia.org/wiki/Mebibyte
This commit is contained in:
parent
f2353a2b73
commit
09d5dd6960
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue