Skip to content

Commit

Permalink
change python pool_thread default to 1 (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Nov 9, 2018
1 parent 75b1403 commit d59230f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3-SNAPSHOT
4.0.0-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3-SNAPSHOT
4.0.0-SNAPSHOT
2 changes: 1 addition & 1 deletion samples/client/petstore/python/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3-SNAPSHOT
4.0.0-SNAPSHOT

0 comments on commit d59230f

Please sign in to comment.