increase the value of maximal targets per auto assigment (#910)
Signed-off-by: Michael Herdt <Michael.Herdt2@bosch-si.com>
This commit is contained in:
committed by
Stefan Behl
parent
c0ed1cdfbe
commit
271bcf0fc8
@@ -259,7 +259,7 @@ public class HawkbitSecurityProperties {
|
||||
* Maximum number of targets for an automatic distribution set
|
||||
* assignment
|
||||
*/
|
||||
private int maxTargetsPerAutoAssignment = 5000;
|
||||
private int maxTargetsPerAutoAssignment = 20000;
|
||||
|
||||
/**
|
||||
* Maximum size of artifacts in bytes. Defaults to 1 GB.
|
||||
|
||||
Reference in New Issue
Block a user