Skip to content

Commit

Permalink
fix : change default retry policy (openfga#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovindu-a committed Oct 1, 2024
1 parent 8509dbe commit 618ab8e
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 @@ -84,7 +84,7 @@
}
},
"retryMaxAllowedNumber": 15,
"defaultMaxRetry": 15,
"defaultMaxRetry": 3,
"defaultMinWaitInMs": 100,
"clientMaxMethodParallelRequests": 10,
"defaultConnectionTimeoutInMs": 10000,
Expand Down

0 comments on commit 618ab8e

Please sign in to comment.