GUACAMOLE-587: Merge changes allowing up to 128 elements per Guacamole instruction.

This commit is contained in:
Michael Jumper 2018-07-05 14:40:00 -07:00
commit f980d4b926

View File

@ -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