ArangoDB v3.8 reached End of Life (EOL) and is no longer supported.

This documentation is outdated. Please see the most recent version at docs.arangodb.com

ArangoDB Server Transaction Options

Streaming Lock Timeout

Introduced in: v3.6.5, v3.7.1

transaction.streaming-lock-timeout

Lock timeout in seconds in case of parallel access to the same Stream Transaction.

Streaming Idle Timeout

Introduced in: v3.8.0

transaction.streaming-idle-timeout

Idle timeout for Stream Transactions in seconds. Stream transactions will automatically expire after this period when no further operations are posted into them. Posting an operation into a non-expired Stream Transaction will reset the transaction’s timeout to the configured idle timeout.