Commit 0cba93d
committed
fix: List executions are performed in parallel
Previously the `await group` was inside the for loop, effectively making it an async queue, where operations were performed in serial.1 parent 34cd941 commit 0cba93d
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
866 | 866 | | |
867 | 867 | | |
868 | 868 | | |
869 | | - | |
870 | | - | |
871 | | - | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
| |||
0 commit comments