GUAC-949: Increase display update interval to 500 ms.

This commit is contained in:
Michael Jumper 2014-12-06 17:32:03 -08:00
parent 82e26aaca2
commit a5715ae3e0

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.