From 3a07ca822f74d4fa3ee27719b36c56c0206b8442 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Tue, 10 Oct 2023 02:09:44 -0700 Subject: [PATCH] =?utf8?q?client:=20Bump=20default=20config=5Fresend=5Fcou?= =?utf8?q?nt=205=20=E2=86=92=2016?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- client/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/config.c b/client/config.c index d3006c7..61d64ce 100644 --- a/client/config.c +++ b/client/config.c @@ -45,7 +45,7 @@ const u32_t config_minimum_seconds_between_button_presses = 1; * wire format uses a 16-bit field for a duration in seconds, which wraps * at 18 hours. * */ -const uint config_resend_count = 5; +const uint config_resend_count = 16; /* These control the size of the per-send-count press queues. When the button is pressed more than config_maximum_queue_size times -- 2.44.1