mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-09 20:06:08 +00:00
[python] Avoid creating unused ThreadPools (#1387)
* Avoid creating unused ThreadPools Instead, create ApiClient.pool on first request for .pool property. avoids spawning n-cpus threads (the default for ThreadPool) at instantiation of every ApiClient * update doc * set pool_thread to None
This commit is contained in:
@@ -1 +1 @@
|
||||
3.3.2-SNAPSHOT
|
||||
3.3.3-SNAPSHOT
|
||||
Reference in New Issue
Block a user