influxdb-client 1.6.0.pre.963 → 1.6.0.pre.991
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0156a96fd72e6c6399a477be62f2dede9f0e304877ccf8ccf000f0cc4036e30d
|
4
|
+
data.tar.gz: a1e090188d81d22b7005805a6600c939c0da47d84952faf2b8ae74fbe18794e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
|
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.
|
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-
|
11
|
+
date: 2020-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|