Skip to content

Commit

Permalink
fix : change default retry policy (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Nov 27, 2024
2 parents e2a49b2 + 618ab8e commit b35f057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/common/config.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}
},
"retryMaxAllowedNumber": 15,
"defaultMaxRetry": 15,
"defaultMaxRetry": 3,
"defaultMinWaitInMs": 100,
"clientMaxMethodParallelRequests": 10,
"defaultConnectionTimeoutInMs": 10000,
Expand Down

0 comments on commit b35f057

Please sign in to comment.