Skip to content

Commit

Permalink
Parallel destroy of pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Plakhotnikov <[email protected]>
  • Loading branch information
Kaspiman committed Aug 8, 2023
1 parent 583a5ae commit c773db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const (
PluginName string = "jobs"
pipelines string = "pipelines"

pipelinesRegisterConcurrencyLimit = 10
pipelinesDestroyConcurrencyLimit = 10
pipelinesRegisterConcurrencyLimit = 15
pipelinesDestroyConcurrencyLimit = 15

// v2.7 and newer config key
cfgKey string = "config"
Expand Down

0 comments on commit c773db5

Please sign in to comment.