mirror of https://gitee.com/bigwinds/arangodb
add timeout to docublock (#10471)
This commit is contained in:
parent
cac2a279b0
commit
a311034881
|
@ -107,6 +107,10 @@ to bring the satellite collections involved in the query into sync.
|
|||
The default value is *60.0* (seconds). When the max time has been reached the query
|
||||
will be stopped.
|
||||
|
||||
@RESTSTRUCT{timeout,post_api_cursor_opts,number,optional,double}
|
||||
The query has to be executed within the given timeout or it will be killed.
|
||||
The value is specified in seconds. The default value is *0.0* (no timeout).
|
||||
|
||||
@RESTSTRUCT{maxTransactionSize,post_api_cursor_opts,integer,optional,int64}
|
||||
Transaction size limit in bytes. Honored by the RocksDB storage engine only.
|
||||
|
||||
|
|
Loading…
Reference in New Issue