Commit f1600db
authored
fix: failed to fetch satisfactory slot (#533)
## Description
Moving that target slot call outside the loop to reduce the
FailedToFetchSatisfactorySlot probability compared to recomputing it on
every retry, because it removes the “moving target” that can keep
outrunning a lagging HTTP node.1 parent 433354f commit f1600db
File tree
1 file changed
+2
-2
lines changed- magicblock-account-cloner/src
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| 511 | + | |
| 512 | + | |
511 | 513 | | |
512 | 514 | | |
513 | | - | |
514 | | - | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
0 commit comments