mirror of https://gitee.com/bigwinds/arangodb
fixed paragraph issue
This commit is contained in:
parent
41785104d5
commit
e81ac9993e
|
@ -205,10 +205,9 @@ function parseBodyForCreateCollection (req, res) {
|
|||
/// collection. Setting this option will make the resulting collection be
|
||||
/// slightly faster than regular collections because ArangoDB does not
|
||||
/// enforce any synchronisation to disk and does not calculate any CRC
|
||||
/// checksums for datafiles (as there are no datafiles).
|
||||
///
|
||||
/// This option should threrefore be used for cache-type collections only,
|
||||
/// and not for data that cannot be re-created otherwise.
|
||||
/// checksums for datafiles (as there are no datafiles). This option
|
||||
/// should threrefore be used for cache-type collections only, and not
|
||||
/// for data that cannot be re-created otherwise.
|
||||
///
|
||||
/// - *keyOptions* (optional) additional options for key generation. If
|
||||
/// specified, then *keyOptions* should be a JSON array containing the
|
||||
|
|
Loading…
Reference in New Issue