From e0aac1b3a55842be9b9481cb7e0e7730a028a097 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Wed, 31 Jan 2024 09:30:10 -0500 Subject: [PATCH] remove `simple.rst` warning --- docs/simple.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/simple.rst b/docs/simple.rst index 4d483e65..8f28f634 100644 --- a/docs/simple.rst +++ b/docs/simple.rst @@ -1,8 +1,6 @@ Simple Queries -------------- -.. caution:: There is no option to add a TTL (Time to live) or batch size optimizations to the Simple Queries due to how Arango is handling simple collection HTTP requests. Your request may time out and you'll see a CursorNextError exception. The AQL queries provide full functionality. - Here is an example of using ArangoDB's **simply queries**: .. testcode::