Skip to content

Commit

Permalink
reduce to 10_000
Browse files Browse the repository at this point in the history
  • Loading branch information
Strohgelaender committed Jul 10, 2023
1 parent 433820f commit 36621fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class ServerNotificationTransport implements NotificationTransport {
private final ArtifactLinkManager artifactLinkManager = (ArtifactLinkManager) ContainerManager.getComponent("artifactLinkManager");

// Maximum length for the feedback text. The feedback will be truncated afterwards
private static final int LONG_FEEDBACK_MAX_LENGTH = 10_000_000;
private static final int LONG_FEEDBACK_MAX_LENGTH = 10_000;

// Maximum number of lines of log per job. The last lines will be taken.
private static final int JOB_LOG_MAX_LINES = 5000;
Expand Down

0 comments on commit 36621fb

Please sign in to comment.