You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @prop {number=} params.concurrency - Number of allowed concurrent requests. Changing this value is not recommended. (default: 6)
30
+
* @prop {number=} params.delay - Delay in milliseconds for waiting after hitting the allowed number of concurrent requests. Changing this value is not recommended. (default: 1000)
31
+
* @prop {number=} params.maxRetries - Maximum number of retries when a 429 is received (default: 5)
32
+
* @prop {boolean=} params.retryOnTooManyRequests - If we should retry on 429s (default: true)
26
33
* @returns {ContentfulClientAPI.ClientAPI}
27
34
* @example
28
35
* const client = contentful.createClient({
@@ -31,6 +38,13 @@ import createLinkResolver from './create-link-resolver'
0 commit comments