From 96bbba0121cfc728e1700c91fc86a60f89bd552f Mon Sep 17 00:00:00 2001 From: Dennis Buchhorn Date: Sun, 2 Jul 2023 14:21:20 +0200 Subject: [PATCH] fix[module-xrdp-sink.c]: lower blocking time for lower latency and no crackeling --- src/module-xrdp-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module-xrdp-sink.c b/src/module-xrdp-sink.c index 44c9a0b..ffd126f 100644 --- a/src/module-xrdp-sink.c +++ b/src/module-xrdp-sink.c @@ -87,7 +87,7 @@ PA_MODULE_USAGE( "xrdp_pulse_sink_socket="); #define DEFAULT_SINK_NAME "xrdp-sink" -#define BLOCK_USEC 30000 +#define BLOCK_USEC 3000 //#define BLOCK_USEC (PA_USEC_PER_SEC * 2) #define UNUSED_VAR(x) ((void) (x))