mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
GUACAMOLE-2036: Merge correction to maximum number of instruction elements (parity with guacamole-server).
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user