forked from loafle/openapi-generator-original
Adding retries option to override default value 3 of urllib3 (#2460)
* adding retries option to override default value 3 of urllib3 * running petstore for python * adding files for samples in petstore run * running ensure-up-to-date
This commit is contained in:
committed by
William Cheng
parent
2101780a09
commit
45ad72b032
@@ -100,6 +100,8 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
|
||||
self.proxy = None
|
||||
# Safe chars for path_param
|
||||
self.safe_chars_for_path_param = ''
|
||||
# Adding retries to override urllib3 default value 3
|
||||
self.retries = None
|
||||
|
||||
@property
|
||||
def logger_file(self):
|
||||
|
||||
Reference in New Issue
Block a user