mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 06:28:54 +00:00
fix ignore of --parallel-pool-size flag (#1705)
This commit is contained in:
@@ -17,7 +17,7 @@ func runProjectCmdsParallel(
|
||||
var results []models.ProjectResult
|
||||
mux := &sync.Mutex{}
|
||||
|
||||
wg := sizedwaitgroup.New(15)
|
||||
wg := sizedwaitgroup.New(poolSize)
|
||||
for _, pCmd := range cmds {
|
||||
pCmd := pCmd
|
||||
var execute func()
|
||||
|
||||
Reference in New Issue
Block a user