From: Lars Op den Kamp Date: Thu, 11 Oct 2012 12:14:58 +0000 (+0200) Subject: lower retry timeout for source switches X-Git-Tag: upstream/2.2.0~1^2~15^2^2~6 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=b8599733aa3b37ea32508534ef6977f7fb79a0bb lower retry timeout for source switches --- 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