mirror of https://gitee.com/bigwinds/arangodb
11 lines
424 B
Markdown
11 lines
424 B
Markdown
////////////////////////////////////////////////////////////////////////////////
|
|
/// @startDocuBlock databaseWaitForSync
|
|
/// @brief default wait for sync behavior
|
|
/// `--database.wait-for-sync boolean`
|
|
///
|
|
/// Default wait-for-sync value. Can be overwritten when creating a new
|
|
/// collection.
|
|
///
|
|
/// The default is *false*.
|
|
/// @endDocuBlock
|
|
//////////////////////////////////////////////////////////////////////////////// |