• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dangernoodle-io / breadboard / 25093345788
100%

Build:
DEFAULT BRANCH: main
Ran 29 Apr 2026 05:59AM UTC
Jobs 1
Files 9
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Apr 2026 05:58AM UTC coverage: 100.0%. Remained the same
25093345788

push

github

web-flow
perf(bb_http): raise max_open_sockets default + tighten timeouts (#149)

- max_open_sockets: 7 → 9 (Kconfig override). IDF reserves 3 for
  internal control sockets, so the previous 7 left only 4 client
  slots — insufficient when SSE log streaming + web UI + occasional
  OTA upload run concurrently. lru_purge_enable=true was silently
  dropping the oldest socket (often the SSE stream) under load.
  Default 9 = 6 client slots; range 4-16.
- recv_wait_timeout: 30s → 10s (Kconfig override). OTA push has a
  30-retry loop, giving 300s total stall budget at 10s/retry. SSE
  bypasses httpd timeouts via setsockopt after async handoff. The
  previous 30s let stalled clients hold sockets 6× longer than
  needed, amplifying the max_open_sockets pressure.
- send_wait_timeout: 30s → 10s (Kconfig override). Same rationale.

Three new Kconfig knobs:
- CONFIG_BB_HTTP_MAX_OPEN_SOCKETS (default 9)
- CONFIG_BB_HTTP_RECV_WAIT_TIMEOUT_S (default 10)
- CONFIG_BB_HTTP_SEND_WAIT_TIMEOUT_S (default 10)

Closes B1-119.

330 of 330 branches covered (100.0%)

Branch coverage included in aggregate %.

521 of 521 relevant lines covered (100.0%)

482.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25093345788.1 29 Apr 2026 05:59AM UTC 9
100.0
GitHub Action Run
Source Files on build 25093345788
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25093345788
  • 8e3aac83 on github
  • Prev Build on main (#25093186314)
  • Next Build on main (#25121582925)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc