diff --git a/plugin.go b/plugin.go index c0326a8..f198ca9 100644 --- a/plugin.go +++ b/plugin.go @@ -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"