Skip to content

Commit

Permalink
WIP: Increase maximum number of streams.
Browse files Browse the repository at this point in the history
The new guac_display otherwise tends to run out of outbound, client-wide
streams.
  • Loading branch information
mike-jumper committed Aug 18, 2024
1 parent 8801dec commit f416728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libguac/guacamole/client-constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* The maximum number of inbound or outbound streams supported by any one
* guac_client.
*/
#define GUAC_CLIENT_MAX_STREAMS 64
#define GUAC_CLIENT_MAX_STREAMS 512

/**
* The index of a closed stream.
Expand Down
2 changes: 1 addition & 1 deletion src/libguac/guacamole/user-constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* The maximum number of inbound or outbound streams supported by any one
* guac_user.
*/
#define GUAC_USER_MAX_STREAMS 64
#define GUAC_USER_MAX_STREAMS 512

/**
* The index of a closed stream.
Expand Down

0 comments on commit f416728

Please sign in to comment.