influxdb-python icon indicating copy to clipboard operation
influxdb-python copied to clipboard

how to set connection pool size

Open ronytesler opened this issue 4 years ago • 0 comments

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?

ronytesler avatar Nov 25 '21 08:11 ronytesler