From c25fb8bf40a036437c2f592328d275e7b48bb5fd Mon Sep 17 00:00:00 2001 From: Gareth Ellis Date: Fri, 17 May 2024 14:12:10 +0200 Subject: [PATCH] More typos --- docs/command_line_reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/command_line_reference.rst b/docs/command_line_reference.rst index def43b686..499c45806 100644 --- a/docs/command_line_reference.rst +++ b/docs/command_line_reference.rst @@ -1009,13 +1009,13 @@ The number of records to request per batch when generating a track with the ``cr **Example** -Target a single data stream:: +Run with 10000 records per batch:: esrally create-track --track=acme --batch-size 10000 --target-hosts=127.0.0.1:9200 --output-path=~/tracks .. note:: - The larger the batch size, the more data will be downloaded in one go. As such, you should ensure that you have a stable network connection between where you are running rally and the Elasticsearch cluster. + The larger the batch size, the more data will be downloaded per call to Elasticsearch. As such, you should ensure that you have a stable network connection between where you are running rally and the Elasticsearch cluster. .. _command_line_reference_advanced_topics: