Skip to content

Commit

Permalink
Expand payload to 10MB
Browse files Browse the repository at this point in the history
  • Loading branch information
mbosio85 committed Aug 22, 2024
1 parent adf439f commit a00f42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/seqera/tower/agent/Agent.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
optionListHeading = "%nOptions:%n"
)
public class Agent implements Runnable {
public static final int MAX_WEBSOCKET_PAYLOAD_SIZE = 5242880;
public static final int MAX_WEBSOCKET_PAYLOAD_SIZE = 10485760;
private static final Logger logger = LoggerFactory.getLogger(Agent.class);

@Value("${tower.agent.heartbeat:`45s`}")
Expand Down

0 comments on commit a00f42a

Please sign in to comment.