From 2e5f767378e6c5214df14938f1ae8d16c28f841c Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Wed, 26 Feb 2020 14:56:27 +0100 Subject: [PATCH] docs: consistent formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d3014da..cc55e6e9 100644 --- a/README.md +++ b/README.md @@ -121,10 +121,10 @@ The writes are processed in batches which are configurable by `WriteOptions`: | Property | Description | Default Value | | --- | --- | --- | -| **batchSize** | the number of data point to collect in batch | 1000 | -| **flushInterval** | the number of milliseconds before the batch is written | 1000 | -| **retry_interval** | the number of milliseconds to retry unsuccessful write. The retry interval is used when the InfluxDB server does not specify "Retry-After" header. | 1000 | -| **jitter_interval** | the number of milliseconds to increase the batch flush interval by a random amount | 0 | +| batchSize | the number of data point to collect in batch | 1000 | +| flushInterval | the number of milliseconds before the batch is written | 1000 | +| retry_interval | the number of milliseconds to retry unsuccessful write. The retry interval is used when the InfluxDB server does not specify "Retry-After" header. | 1000 | +| jitter_interval | the number of milliseconds to increase the batch flush interval by a random amount | 0 | ```ruby write_options = InfluxDB2::WriteOptions.new(write_type: InfluxDB2::WriteType::BATCHING,