We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce1e35 commit ff2f624Copy full SHA for ff2f624
src/PodcastApiClient.js
@@ -12,7 +12,7 @@ const Client = (config = {}) => {
12
axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';
13
this.httpClient = axios.create({
14
baseURL: config.apiKey ? API_BASE_PROD : API_BASE_TEST,
15
- timeout: 10000,
+ timeout: 30000,
16
headers: {
17
'X-ListenAPI-Key': config.apiKey || '',
18
'User-Agent': config.userAgent || defaultUserAgent,
0 commit comments