influxdata / influxdb-python

Python client for InfluxDB
MIT License
1.7k stars 522 forks source link

how to set connection pool size #907

Open ronytesler opened 2 years ago

ronytesler commented 2 years ago

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?