set min host latency to 10ms

This commit is contained in:
John
2021-12-11 17:15:18 +01:00
parent 4d26b7537c
commit 8af96e41d0
+1 -1
View File
@@ -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. */