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:
Gaurav Yadav
2019-03-22 05:54:23 +05:30
committed by William Cheng
parent 2101780a09
commit 45ad72b032
8 changed files with 19 additions and 0 deletions

View File

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