mirror of https://gitee.com/bigwinds/arangodb
13 lines
410 B
Markdown
13 lines
410 B
Markdown
|
|
@startDocuBlock WalLogfileSyncInterval
|
|
@brief interval for automatic, non-requested disk syncs
|
|
`--wal.sync-interval`
|
|
|
|
The interval (in milliseconds) that ArangoDB will use to automatically
|
|
synchronize data in its write-ahead logs to disk. Automatic syncs will
|
|
only
|
|
be performed for not-yet synchronized data, and only for operations that
|
|
have been executed without the *waitForSync* attribute.
|
|
@endDocuBlock
|
|
|