From 5a45be5c603fd8605d38f5f36391512b50123886 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 5 Mar 2024 22:29:31 -0500 Subject: [PATCH] Updated cause I am OCD about spaces and formatting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b8886f3..b09dfd9 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ python eris.py [options] | `--shards` | Number of shards for the index | `1` | ###### Performance arguments -| Argument | Description | Default | -|-------------------|----------------------------------------------------------|---------| -| `--chunk-max` | Maximum size in MB of a chunk | `100` | -| `--chunk-size` | Number of records to index in a chunk | `50000` | -| `--retries` | Number of times to retry indexing a chunk before failing | `100` | -| `--timeout` | Number of seconds to wait before retrying a chunk | `60` | +| Argument | Description | Default | +|----------------|----------------------------------------------------------|---------| +| `--chunk-max` | Maximum size in MB of a chunk | `100` | +| `--chunk-size` | Number of records to index in a chunk | `50000` | +| `--retries` | Number of times to retry indexing a chunk before failing | `100` | +| `--timeout` | Number of seconds to wait before retrying a chunk | `60` | ###### Ingestion arguments | Argument | Description |