Skip to content

Commit

Permalink
[RHPAM-3528] Increase KieExecutorMDB threads in RHPAM image
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Mar 18, 2022
1 parent a0bd0e8 commit 420cabc
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 420cabc

Please sign in to comment.