Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Change values
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo-Avalos-Ribas committed Aug 28, 2024
1 parent 13b79b9 commit 5b7be64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/azure/graph/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ export abstract class GraphClient {
},
{
maxAttempts: 3,
factor: 5,
delay: 2_000,
factor: 10,
delay: 200,
handleError: (err, context, options) => {
const endpoint = (graphRequest as any).buildFullUrl?.();
this.logger.warn(
Expand Down

0 comments on commit 5b7be64

Please sign in to comment.