Merge changes from patch branch back to main.

This commit is contained in:
Michael Jumper
2025-03-05 17:09:34 -08:00

View File

@@ -45,7 +45,7 @@ public class GuacamoleParser implements Iterator<GuacamoleInstruction> {
/**
* The maximum number of elements per instruction, including the opcode.
*/
public static final int INSTRUCTION_MAX_ELEMENTS = 64;
public static final int INSTRUCTION_MAX_ELEMENTS = 128;
/**
* All possible states of the instruction parser.