influxdata / influxdb1-client

The old clientv2 for InfluxDB 1.x
MIT License
191 stars 112 forks source link

Does the timeout only applies to influxDB writes? #64

Open ziranl16 opened 2 years ago

ziranl16 commented 2 years ago

Does the timeout in Timeout time.Duration https://github.com/influxdata/influxdb1-client/blob/a9ab5670611c9764d02779d2121f9a1240c1a867/v2/client.go#L47 only refers to influxDB writes?

Does influxDB read is also limited by the timeout specified?