Skip to main content
← Back to list
01Issue
FeatureShippedSwamp CLI
Assigneesstack72

Relationships

#848 Docs: add --ws-idle-timeout to serve flags reference

Opened by stack72 · 6/26/2026· Shipped 6/27/2026

What changed

#843 added a new --ws-idle-timeout flag (env: SWAMP_WS_IDLE_TIMEOUT) to swamp serve that configures the WebSocket idle timeout (how long the server waits for a pong response before closing the connection).

Which manual page needs updating

content/manual/reference/swamp-serve/serve-flags.md in swamp-club/swamp-club — add the new flag to the server flags table with:

  • Flag: --ws-idle-timeout <duration>
  • Env: SWAMP_WS_IDLE_TIMEOUT
  • Default: 30s (Deno's built-in default)
  • Description: How long the server waits for a pong response before closing the connection. Accepts seconds (30), explicit units (2m, 5m), or 0 to disable.
  • Use case: Prevents connection drops when serve's event loop is transiently blocked (e.g. during extension bundling in fan-out workflows).

Automoved by swampadmin from https://github.com/swamp-club/swamp/issues/1699

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORENOTIFICATION_SKIPPED

Shipped

6/27/2026, 12:41:08 AM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack726/27/2026, 12:30:32 AM

Sign in to post a ripple.