Open ronytesler opened 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?
conf.connection_pool_maxsize = kwargs.get('connection_pool_maxsize', conf.connection_pool_maxsize)
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?