Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clicommand/agent_start.go
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,8 @@ var AgentStartCommand = cli.Command{
// API + agent behaviour
cli.StringFlag{
Name: "ping-mode",
Usage: "Selects available protocols for dispatching work to this agent. One of auto (default), ping-only, stream-only.",
Value: "auto",
Usage: "Selects available protocols for dispatching work to this agent. One of ping-only (default), auto (prefer streaming, but fall back to polling when necessary) or stream-only.",
Value: "ping-only",
EnvVar: "BUILDKITE_AGENT_PING_MODE",
},

Expand Down