mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 01:56:01 +00:00
Instead of draining after every single registration or batching 5, use a batch size of 3 which represents a realistic worst case where multiple components schedule in the same loop iteration while staying within the recycling pool (MAX_POOL_SIZE=5).