mirror of https://gitee.com/bigwinds/arangodb
Doc - Added default ttl for cursor (#8148)
This commit is contained in:
parent
dce9e661e5
commit
3f2af07e78
|
@ -26,7 +26,7 @@ not set, a server-controlled default value will be used. A *batchSize* value of
|
|||
The time-to-live for the cursor (in seconds). The cursor will be
|
||||
removed on the server automatically after the specified amount of time. This
|
||||
is useful to ensure garbage collection of cursors that are not fully fetched
|
||||
by clients. If not set, a server-defined value will be used.
|
||||
by clients. If not set, a server-defined value will be used (default: 30 seconds).
|
||||
|
||||
@RESTBODYPARAM{cache,boolean,optional,}
|
||||
flag to determine whether the AQL query results cache
|
||||
|
|
Loading…
Reference in New Issue