storyblok / storyblok-php-client

Storyblok - PHP Client
https://www.storyblok.com
MIT License
34 stars 37 forks source link

Allow setting timeout and maximum retries in BaseClient #9

Closed snstamml closed 5 years ago

snstamml commented 5 years ago

Sometimes it is necessary to limit the time of the API request to a maximum time. This can be achieved by setting a timeout and/or overriding the default retries of 5.

DominikAngerer commented 5 years ago

@snstamml thanks for the PR!

@onefriendaday Should we add an exponential retry backoff instead?