Skip to content

Commit

Permalink
increase the value of maximal targets per auto assigment (#910)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Herdt <[email protected]>
  • Loading branch information
herdt-michael authored and stefbehl committed Nov 13, 2019
1 parent c0ed1cd commit 271bcf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public static class Dos {
* 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.
Expand Down

0 comments on commit 271bcf0

Please sign in to comment.