questdb / go-questdb-client

Golang client for QuestDB's Influx Line Protocol
Apache License 2.0
47 stars 9 forks source link

fix(client): fix auto_flush_interval units in LineSenderFromConf #40

Closed puzpuzpuz closed 4 months ago

puzpuzpuz commented 4 months ago

The auto_flush_interval unit was nanos while should be millis.

Also improves HTTP sender tests.

puzpuzpuz commented 4 months ago

@sklarsa could you take a look at this one?

puzpuzpuz commented 4 months ago

@sklarsa thanks for the review!