change python pool_thread default to 1 (#1403)

This commit is contained in:
William Cheng
2018-11-09 23:44:47 +08:00
committed by GitHub
parent 75b1403c1e
commit d59230fd27
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -1 +1 @@
3.3.3-SNAPSHOT
4.0.0-SNAPSHOT

View File

@@ -1 +1 @@
3.3.3-SNAPSHOT
4.0.0-SNAPSHOT

View File

@@ -1 +1 @@
3.3.3-SNAPSHOT
4.0.0-SNAPSHOT