mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Merge changes from patch branch back to main.
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.
|
* 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.
|
||||||
|
Reference in New Issue
Block a user