influxdb-python
influxdb-python copied to clipboard
how to set connection pool size
InfluxDB-python version: 5.3.1
The docs say there's a pool_size param in InfluxDBClient. In the code I only see:
conf.connection_pool_maxsize = kwargs.get('connection_pool_maxsize', conf.connection_pool_maxsize) What am I missing?