Feature Request
Summary
In the InfluxDBConnection.java we have this hard coded,
writeApi = influxDBClient.makeWriteApi(WriteOptions.builder()
.batchSize(1000)
.flushInterval(1000)
.backpressureStrategy(BackpressureOverflowStrategy.DROP_OLDEST)
.bufferLimit(100000)
.jitterInterval(10)
.retryInterval(500)
.exponentialBase(4)
.build());
Link
Let the user configure it
Proposed Solution
Add parameter to the Logging Fragment, set default Parameter
Feature Request
Summary
In the InfluxDBConnection.java we have this hard coded,
Link
Let the user configure it
Proposed Solution
Add parameter to the Logging Fragment, set default Parameter