Commit 5ee6f19
authored
fix: Always set the retry attempt to 0 for now (#1251)
* Always set the retry attempt to 0 for now
If the retry attempt is greater than 1 then a library called retryRequest creates a large delay. If we force the retry count to be 0 then we skip this delay and the requests run in the required timeline.
* fix: Always set the retry attempt to 0 for now1 parent 52c06a2 commit 5ee6f19
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
776 | 776 | | |
777 | 777 | | |
778 | 778 | | |
779 | | - | |
| 779 | + | |
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
| |||
0 commit comments