Skip to content

Commit

Permalink
cli: add concurrent setting to config example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Sep 14, 2024
1 parent 8d190df commit ce26bad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/cli/doc/bite.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ base = "https://bugs.gentoo.org/"
# default: unset
certificate = "path/to/cert.pem"
# concurrent requests limit
# default: 3
concurrent = 10
# allow connection to services with insecure certificates
# default: false
insecure = true
Expand Down

0 comments on commit ce26bad

Please sign in to comment.