Skip to content

Commit

Permalink
docs: consistent formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Feb 26, 2020
1 parent dab2fda commit 2e5f767
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2e5f767

Please sign in to comment.