From 27204e0598ce61de08ab2f2269beac85d39d66d2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 5 Jun 2025 18:12:14 +0100 Subject: [PATCH] fix --- esphome/components/api/api_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/api/api_connection.h b/esphome/components/api/api_connection.h index 704c1d3482..01177da667 100644 --- a/esphome/components/api/api_connection.h +++ b/esphome/components/api/api_connection.h @@ -610,7 +610,7 @@ class APIConnection : public APIServerConnection { }; DeferredBatch deferred_batch_; - static constexpr uint32_t BATCH_DELAY_MS = 10; + static constexpr uint32_t BATCH_DELAY_MS = 50; static constexpr size_t MAX_BATCH_SIZE_BYTES = 1360; // MTU - 100 bytes safety margin // Batch mode state for capturing message types