diff --git a/src/protocols/rdp/client.h b/src/protocols/rdp/client.h index d067ac60..c83f882c 100644 --- a/src/protocols/rdp/client.h +++ b/src/protocols/rdp/client.h @@ -54,7 +54,7 @@ /** * 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. diff --git a/src/protocols/vnc/client.h b/src/protocols/vnc/client.h index 6e906b68..8b19ed83 100644 --- a/src/protocols/vnc/client.h +++ b/src/protocols/vnc/client.h @@ -47,7 +47,7 @@ /** * The maximum duration of a frame in milliseconds. */ -#define GUAC_VNC_FRAME_DURATION 30 +#define GUAC_VNC_FRAME_DURATION 80 extern char* __GUAC_CLIENT;