diff --git a/arangod/Utils/OperationCursor.h b/arangod/Utils/OperationCursor.h index 20d3a2cbdb..53f0d82be0 100644 --- a/arangod/Utils/OperationCursor.h +++ b/arangod/Utils/OperationCursor.h @@ -110,7 +110,7 @@ struct OperationCursor { ////////////////////////////////////////////////////////////////////////////// std::shared_ptr getMore(uint64_t batchSize = UINT64_MAX, - bool useExternals = false); + bool useExternals = true); ////////////////////////////////////////////////////////////////////////////// /// @brief Get next batchSize many elements. @@ -120,7 +120,7 @@ struct OperationCursor { ////////////////////////////////////////////////////////////////////////////// void getMore(std::shared_ptr&, uint64_t batchSize = UINT64_MAX, - bool useExternals = false); + bool useExternals = true); ////////////////////////////////////////////////////////////////////////////// /// @brief Get next batchSize many elements. mptr variant