Skip to content

Commit

Permalink
More typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gareth-ellis committed May 17, 2024
1 parent 3a40a17 commit c25fb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/command_line_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c25fb8b

Please sign in to comment.