File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/connections/destinations Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ If the delivery of the payload is not successfully sent due to connection issues
9292<table >
9393 <tr >
9494 <td>Platform</td>
95- <td><p>< b>Initial Wait</b></p><p> Sleep duration before the first retry</p> </td>
96- <td><p>< b>Wait Growth</b></p><p> Rate of growth of the sleep duration between each retry</p> </td>
97- <td><p>< b>Max Wait</b></p><p> Maximum sleep duration between retries</p> </td>
98- <td><p>< b>Max Attempts</b></p><p> Maximum number of individual retries</p> </td>
95+ <td><b>Initial Wait - </b>Sleep duration before the first retry</td>
96+ <td><b>Wait Growth - </b>Rate of growth of the sleep duration between each retry</td>
97+ <td><b>Max Wait - </b>Maximum sleep duration between retries</td>
98+ <td><b>Max Attempts - </b>Maximum number of individual retries</td>
9999 </tr >
100100 <tr >
101101 <td>**C++**</td>
You can’t perform that action at this time.
0 commit comments