Skip to content

Commit

Permalink
prevent deadlocks when the queues fill up too quickly
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 20, 2021
1 parent bb16841 commit 11293f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/server/proxy/proxy_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
enclog = Logger("encoding")


PROXY_QUEUE_SIZE = envint("XPRA_PROXY_QUEUE_SIZE", 10)
PROXY_QUEUE_SIZE = envint("XPRA_PROXY_QUEUE_SIZE", 0)
#for testing only: passthrough as RGB:
PASSTHROUGH_RGB = envbool("XPRA_PROXY_PASSTHROUGH_RGB", False)
VIDEO_TIMEOUT = 5 #destroy video encoder after N seconds of idle state
Expand Down

0 comments on commit 11293f0

Please sign in to comment.