Bump max frame duration to 80 ms (12.5 FPS).

This commit is contained in:
Michael Jumper 2013-08-20 11:38:12 -07:00
parent 21420aaf5c
commit 280622c027
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
/** /**
* The maximum duration of a frame in milliseconds. * The maximum duration of a frame in milliseconds.
*/ */
#define GUAC_RDP_FRAME_DURATION 30 #define GUAC_RDP_FRAME_DURATION 80
/** /**
* Client data that will remain accessible through the guac_client. * Client data that will remain accessible through the guac_client.

View File

@ -47,7 +47,7 @@
/** /**
* The maximum duration of a frame in milliseconds. * The maximum duration of a frame in milliseconds.
*/ */
#define GUAC_VNC_FRAME_DURATION 30 #define GUAC_VNC_FRAME_DURATION 80
extern char* __GUAC_CLIENT; extern char* __GUAC_CLIENT;