Commit 2795ee9
committed
graph: Fix retry_strategy underflow when limit is 0
Use saturating_sub to avoid underflow when limit is set to 0.1 parent 192869f commit 2795ee9
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
| 415 | + | |
| 416 | + | |
416 | 417 | | |
417 | 418 | | |
418 | 419 | | |
| |||
0 commit comments