mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-06-18 12:46:34 +00:00
![]() ## Summary This commit introduces a new command line flag, `--max-active-flows`, which allows overriding the remote configuration for the maximum number of active flows. The flag can be used with the `run` command, like `cloudflared tunnel --no-autoupdate run --token <TUNNEL_TOKEN> --max-active-flows 50000`, or set via an environment variable `TUNNEL_MAX_ACTIVE_FLOWS`. Note that locally-set values always take precedence over remote settings, even if the tunnel is remotely managed. Closes TUN-8914 |
||
---|---|---|
.. | ||
access | ||
cliutil | ||
proxydns | ||
tail | ||
tunnel | ||
updater | ||
app_forward_service.go | ||
app_resolver_service.go | ||
app_service.go | ||
common_service.go | ||
generic_service.go | ||
linux_service.go | ||
macos_service.go | ||
main.go | ||
service_template.go | ||
windows_service.go |