GUACAMOLE-587: Merge changes allowing up to 128 elements per Guacamole instruction.
This commit is contained in:
commit
f980d4b926
@ -39,7 +39,7 @@
|
|||||||
/**
|
/**
|
||||||
* The maximum number of elements per instruction, including the opcode.
|
* The maximum number of elements per instruction, including the opcode.
|
||||||
*/
|
*/
|
||||||
#define GUAC_INSTRUCTION_MAX_ELEMENTS 64
|
#define GUAC_INSTRUCTION_MAX_ELEMENTS 128
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user