### Specifications * Client Version: 1.43.0 - 1.46.0 * InfluxDB Version: all * Platform: WSL2 (Any?) ### Code sample to reproduce problem ```python import influxdb_client import time time.sleep(100) ``` ### Expected behavior Does not start 6 thread in background (check in e.g. htop) ### Actual behavior Starts 6 threads in background ### Additional info _No response_
Activity
[-]Starting threadpool of 6 threads upon library import[/-][+]Import of this library starts 6 threads[/+]