Skip to content

Commit

Permalink
Merge pull request #759 from desmax74/RHPAM-3528-7.12.x-cr1
Browse files Browse the repository at this point in the history
[RHPAM-3528] Increase KieExecutorMDB threads in RHPAM image
  • Loading branch information
openshift-merge-robot authored Mar 18, 2022
2 parents 7ce248c + 420cabc commit 5c79a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/app/v2/kieapp_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ type ServerTemplate struct {
Cors *CORSFiltersObject `json:"cors,omitempty"`
StartupStrategy *StartupStrategy `json:"startupStrategy,omitempty"`
// KieExecutorMDBMaxSession number of KIE Executor sessions
KieExecutorMDBMaxSession *int `json:"KieExecutorMDBMaxSession,omitempty"`
KieExecutorMDBMaxSession *int `json:"kieExecutorMDBMaxSession,omitempty"`
}

// DashbuilderTemplate contains all the variables used in the yaml templates
Expand Down

0 comments on commit 5c79a46

Please sign in to comment.