Commit 525752b
committed
sync-gitster-git-branches: limit concurrency
It does not make sense to try synchronizing in parallel.
I considered adding `cancel-in-progress: true`, but that strikes me as
wasteful: if we're already pushing an update, canceling it would require
the entire work to be done again, while chances are that any queued
run will likely find that everything is already up to date and no
further work needs to be done.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 1fabadb commit 525752b
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
0 commit comments