We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca4f57 commit 2588e04Copy full SHA for 2588e04
core/src/main/java/com/arangodb/model/AqlQueryOptions.java
@@ -502,6 +502,10 @@ public Boolean getAllowRetry() {
502
* {@link com.arangodb.ArangoCursor#next()} in case of I/O exceptions, since the request to
503
* fetch the next batch is not idempotent (i.e. the cursor may advance multiple times on the
504
* server).
505
+ * <p/>
506
+ * Note: once you successfully received the last batch, you should call
507
+ * {@link com.arangodb.ArangoCursor#close()} so that the server does not unnecessary keep the
508
+ * batch until the cursor times out ({@link AqlQueryOptions#ttl(Integer)}).
509
* @return options
510
* @since ArangoDB 3.11
511
*/
0 commit comments