From 8af96e41d043a527376e7f22047f21bf63cfdb7a Mon Sep 17 00:00:00 2001 From: John Date: Sat, 11 Dec 2021 17:15:18 +0100 Subject: [PATCH] set min host latency to 10ms --- src/lib/ebus/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ebus/device.h b/src/lib/ebus/device.h index 00a1cf5b..f2317f76 100755 --- a/src/lib/ebus/device.h +++ b/src/lib/ebus/device.h @@ -50,7 +50,7 @@ namespace ebusd { #if defined(__CYGWIN__) || defined(_WIN32) #define HOST_LATENCY_MS 20 #else -#define HOST_LATENCY_MS 0 +#define HOST_LATENCY_MS 10 #endif /** the arbitration state handled by @a Device. */