Skip to content

Commit

Permalink
fix: implement base backoff as 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowCat567 committed Nov 18, 2024
1 parent 044c874 commit 2d869f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export async function isHotswappableAppSyncChange(
...sdkRequestObject,
functionId: functionId,
}),
5,
1000,
'ConcurrentModificationException',
);
} else if (isGraphQLSchema) {
Expand Down

0 comments on commit 2d869f2

Please sign in to comment.