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:
Michael Herdt
2019-11-13 12:56:38 +01:00
committed by Stefan Behl
parent c0ed1cdfbe
commit 271bcf0fc8

View File

@@ -259,7 +259,7 @@ public class HawkbitSecurityProperties {
* Maximum number of targets for an automatic distribution set * Maximum number of targets for an automatic distribution set
* assignment * assignment
*/ */
private int maxTargetsPerAutoAssignment = 5000; private int maxTargetsPerAutoAssignment = 20000;
/** /**
* Maximum size of artifacts in bytes. Defaults to 1 GB. * Maximum size of artifacts in bytes. Defaults to 1 GB.