influxdb-client 1.6.0.pre.963 → 1.6.0.pre.991

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 489a6663769b04086a52406e958534c9a018666c0f5a380a1c630803c39874bc
4
- data.tar.gz: bbf7df867e6bf5e6a17192fe02c681c98743f647dad46ed2ac240b2b39a10995
3
+ metadata.gz: 0156a96fd72e6c6399a477be62f2dede9f0e304877ccf8ccf000f0cc4036e30d
4
+ data.tar.gz: a1e090188d81d22b7005805a6600c939c0da47d84952faf2b8ae74fbe18794e8
5
5
  SHA512:
6
- metadata.gz: 8a6edbb0e4fb9333b1db7ff9de8e7346b8df3ce5fb68a54d7e24be4b1068fb436c9eb1dbf4f714e574f4eeac0e98dd6c00d8b16b2b5595f498da717cf9669f6b
7
- data.tar.gz: 52aec3afcff766c95b2a51f8e90fcae5127d42c080b64e1bb3368c342f0582041580c6422cc2253c3dcc077918a89083858913ee08d38807f7c9bf44072fba31
6
+ metadata.gz: cc8a078ca5f9130aaafa9ed1654a0ac1923d02cde7bdaa797d96968ced146698834bb3633769f4dd603b05fc4171dc98d98cc492ca6da8fc48787c4445bb20da
7
+ data.tar.gz: b42eee4713e33c84ee40fe9c608adfa226925cb2748038c6ce1f4f207a9d69ae6bed4bdd312c19c03bddd5e4ba83c01880022a1f2aac1e011662b2bd012c7619
data/README.md CHANGED
@@ -122,7 +122,7 @@ The writes are processed in batches which are configurable by `WriteOptions`:
122
122
  | Property | Description | Default Value |
123
123
  | --- | --- | --- |
124
124
  | batchSize | the number of data point to collect in batch | 1000 |
125
- | flushInterval | the number of milliseconds before the batch is written | 1000 |
125
+ | flush_interval | the number of milliseconds before the batch is written | 1000 |
126
126
  | 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 |
127
127
  | jitter_interval | the number of milliseconds to increase the batch flush interval by a random amount | 0 |
128
128
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: influxdb-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0.pre.963
4
+ version: 1.6.0.pre.991
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-02 00:00:00.000000000 Z
11
+ date: 2020-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler