Bump max frame duration to 80 ms (12.5 FPS).
This commit is contained in:
parent
21420aaf5c
commit
280622c027
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user