edgectl relay config set-bandwidth

Update relay bandwidth limits (takes effect immediately)

Synopsis

Updates the outbound relay bandwidth limits. Changes take effect
immediately for all relay workers.

Set to 0 to disable a limit (unlimited).

Examples:
  edgectl relay config set-bandwidth --bytes-per-second 1048576   # 1 MB/s
  edgectl relay config set-bandwidth --daily-quota 10737418240    # 10 GB/day
  edgectl relay config set-bandwidth --bytes-per-second 0         # unlimited rate
  edgectl relay config set-bandwidth --bytes-per-second 1048576 --daily-quota 0

Usage

edgectl relay config set-bandwidth [flags]

Options

      --bytes-per-second int   outbound rate limit (bytes/sec; 0=unlimited)
      --daily-quota int        daily outbound quota (bytes; 0=unlimited)

Options inherited from parent commands

      --socket string   path to the edged control socket (default "/run/edged/ctl.sock")

See also