1
0
Fork 0

add timeout to docublock (#10471)

This commit is contained in:
Jan 2019-11-19 15:39:32 +01:00 committed by GitHub
parent cac2a279b0
commit a311034881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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.