GUACAMOLE-2036: Increase the number of max elements to match guacamole server.

This commit is contained in:
Alexander Leitner
2025-03-05 18:27:04 -05:00
parent 8aec82fd85
commit 3f15ea5ae4

View File

@@ -44,7 +44,7 @@ public class GuacamoleParser implements Iterator<GuacamoleInstruction> {
/** /**
* The maximum number of elements per instruction, including the opcode. * 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. * All possible states of the instruction parser.