GUACAMOLE-587: Increase max number of elements per instruction.
This commit is contained in:
parent
da1e078242
commit
adcdb080cb
@ -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