Skip to content

Commit 6acd2b3

Browse files
authored
docs: fixed documentatio - batchSize to batch_size
Minor inconsistency in options for the `WriteOptions`, switched from `camelCase` to `snake_case`.
1 parent dd65083 commit 6acd2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The writes are processed in batches which are configurable by `WriteOptions`:
214214

215215
| Property | Description | Default Value |
216216
|--------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
217-
| batchSize | the number of data point to collect in batch | 1_000 |
217+
| batch_size | the number of data point to collect in batch | 1_000 |
218218
| flush_interval | the number of milliseconds before the batch is written | 1_000 |
219219
| 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. | 5_000 |
220220
| jitter_interval | the number of milliseconds to increase the batch flush interval by a random amount | 0 |

0 commit comments

Comments
 (0)