Commit 1e4b80d
committed
feat(webapp): default tx-start retry to 3 attempts (2 retries)
A 20-25s PlanetScale reader freeze can outlast 2 attempts (~2x maxWait ~= 20s tolerance).
3 attempts (~30s) covers it. Verified on the pooler-freeze rig: a 25s freeze loses 7/12 tx-starts
at maxAttempts=2 but 12/12 survive at 3.1 parent c99e7bd commit 1e4b80d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments