We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d140a commit 1bb1245Copy full SHA for 1bb1245
examples/Basic/with_preconfig_httpclient.go
@@ -37,9 +37,9 @@ func main() {
37
}
38
39
/*
40
- Creating an Influxdb client with a pre-config Http client.
+ Creating an Influxdb client with a pre-configured Http client.
41
Warning: If you also set Config.MaxIdleConnections or Config.IdleConnectionTimeout,...
42
- It will override these properties in your pre-config Http client
+ It will override these properties in your pre-configured Http client
43
*/
44
config := influxdb3.ClientConfig{
45
Host: url,
0 commit comments