Skip to content

Commit

Permalink
GUACAMOLE-377: Reduce number of worker threads to one per processor.
Browse files Browse the repository at this point in the history
Testing doesn't seem to support an increase in throughput or
responsiveness from doubling up on worker threads.
  • Loading branch information
mike-jumper committed Sep 25, 2024
1 parent a2e44ff commit 3dd0e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libguac/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
/**
* The number of worker threads to create per processor.
*/
#define GUAC_DISPLAY_CPU_THREAD_FACTOR 2
#define GUAC_DISPLAY_CPU_THREAD_FACTOR 1

/**
* Returns the number of processors available to this process. If possible,
Expand Down

0 comments on commit 3dd0e9f

Please sign in to comment.