From b8599733aa3b37ea32508534ef6977f7fb79a0bb Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Thu, 11 Oct 2012 14:14:58 +0200 Subject: [PATCH] lower retry timeout for source switches --- include/cectypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cectypes.h b/include/cectypes.h index 2af8643..158772d 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -257,7 +257,7 @@ namespace CEC { /*! * wait this amount of milliseconds before retrying when libCEC failed to make itself the active source */ -#define CEC_ACTIVE_SOURCE_SWITCH_RETRY_TIME_MS 5000 +#define CEC_ACTIVE_SOURCE_SWITCH_RETRY_TIME_MS 1000 /*! * don't forward any power off command to the client application for this amount of milliseconds after sending a power off command -- 2.34.1