GUAC-675: Lengthen maximum frame duration.

This commit is contained in:
Michael Jumper 2014-05-11 23:29:39 -07:00
parent a9ba417891
commit 32474c1114

View File

@ -45,7 +45,7 @@
/** /**
* The maximum duration of a frame in milliseconds. * The maximum duration of a frame in milliseconds.
*/ */
#define GUAC_RDP_FRAME_DURATION 40 #define GUAC_RDP_FRAME_DURATION 60
/** /**
* The amount of time to allow per message read within a frame, in * The amount of time to allow per message read within a frame, in