Drop frame timeout to 0ms
This commit is contained in:
parent
1f0ae7b4ba
commit
44d0e08a3c
@ -61,7 +61,7 @@
|
||||
* milliseconds. If the server is silent for at least this amount of time, the
|
||||
* frame will be considered finished.
|
||||
*/
|
||||
#define GUAC_RDP_FRAME_TIMEOUT 15
|
||||
#define GUAC_RDP_FRAME_TIMEOUT 0
|
||||
|
||||
/**
|
||||
* Client data that will remain accessible through the guac_client.
|
||||
|
@ -54,7 +54,7 @@
|
||||
* milliseconds. If the server is silent for at least this amount of time, the
|
||||
* frame will be considered finished.
|
||||
*/
|
||||
#define GUAC_VNC_FRAME_TIMEOUT 15
|
||||
#define GUAC_VNC_FRAME_TIMEOUT 0
|
||||
|
||||
extern char* __GUAC_CLIENT;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user