mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 04:22:42 +00:00
change python pool_thread default to 1 (#1403)
This commit is contained in:
@@ -58,7 +58,7 @@ class ApiClient(object):
|
||||
_pool = None
|
||||
|
||||
def __init__(self, configuration=None, header_name=None, header_value=None,
|
||||
cookie=None, pool_threads=None):
|
||||
cookie=None, pool_threads=1):
|
||||
if configuration is None:
|
||||
configuration = Configuration()
|
||||
self.configuration = configuration
|
||||
|
||||
@@ -1 +1 @@
|
||||
3.3.3-SNAPSHOT
|
||||
4.0.0-SNAPSHOT
|
||||
@@ -1 +1 @@
|
||||
3.3.3-SNAPSHOT
|
||||
4.0.0-SNAPSHOT
|
||||
@@ -1 +1 @@
|
||||
3.3.3-SNAPSHOT
|
||||
4.0.0-SNAPSHOT
|
||||
Reference in New Issue
Block a user