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 37d97c4 commit 9649ad6Copy full SHA for 9649ad6
packages/core/src/amazonqFeatureDev/client/featureDev.ts
@@ -37,12 +37,6 @@ export async function createFeatureDevProxyClient(): Promise<FeatureDevProxyClie
37
region: cwsprConfig.region,
38
endpoint: cwsprConfig.endpoint,
39
token: new Token({ token: bearerToken }),
40
- // SETTING TO 0 FOR BETA. RE-ENABLE FOR RE-INVENT
41
- maxRetries: 0,
42
- retryDelayOptions: {
43
- // The default number of milliseconds to use in the exponential backoff
44
- base: 500,
45
- },
46
} as ServiceOptions,
47
undefined
48
)) as FeatureDevProxyClient
0 commit comments