Merge pull request #10 from glyptodon/rdp-disp-interval

GUAC-949: Increase display update interval to 500 ms.
This commit is contained in:
James Muehlner 2014-12-06 17:56:31 -08:00
commit b35d8dd8b2

View File

@ -40,7 +40,7 @@
* The minimum amount of time that must elapse between display size updates, * The minimum amount of time that must elapse between display size updates,
* in milliseconds. * in milliseconds.
*/ */
#define GUAC_RDP_DISP_UPDATE_INTERVAL 250 #define GUAC_RDP_DISP_UPDATE_INTERVAL 500
/** /**
* Display size update module. * Display size update module.