tkurki / signalk-to-influxdb2

Apache License 2.0
6 stars 4 forks source link

fix: writeApi options not working #58

Closed tkurki closed 8 months ago

tkurki commented 8 months ago

WriteApi options like batchsize were not being passed to Influx client and they were not taking effect. This fixes the issue.

Fixes #57.