Change length of createdBy and lastModifiedBy property to 64 characters (#699)
* Change length of createdBy and lastModifiedBy property to 64 characters * Change length of approval_decided_by property to 64 characters * Use one update statement for one DB table for MySQL * Fix migration skript for rollout approval Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
committed by
Stefan Behl
parent
d982bb9a5f
commit
bafce18db6
@@ -147,7 +147,7 @@ public class HawkbitSecurityProperties {
|
||||
/**
|
||||
* Maximum number of targets per rollout group
|
||||
*/
|
||||
private int maxActionsPerTarget = 500;
|
||||
private int maxActionsPerTarget = 2000;
|
||||
|
||||
/**
|
||||
* Maximum number of targets for a manual distribution set assignment.
|
||||
|
||||
Reference in New Issue
Block a user